SYMBOL INDEX (4818 symbols across 553 files) FILE: benchmark/generators.rb function generators (line 6) | def generators function constants (line 12) | def constants function subclass_methods (line 30) | def subclass_methods(subclass) FILE: lib/faker.rb type Faker (line 14) | module Faker type Config (line 15) | module Config function locale= (line 21) | def locale=(new_locale) function locale (line 25) | def locale function own_locale (line 30) | def own_locale function random= (line 34) | def random=(new_random) function random (line 38) | def random class Base (line 44) | class Base method numerify (line 56) | def numerify(number_string, leading_zero: false) method letterify (line 62) | def letterify(letter_string) method bothify (line 66) | def bothify(string) method generate (line 70) | def generate(as_type, &) method regexify (line 93) | def regexify(reg) method fetch (line 110) | def fetch(key) method fetch_all (line 121) | def fetch_all(key) method parse (line 134) | def parse(key) method translate (line 165) | def translate(*args, **opts) method with_locale (line 181) | def with_locale(tmp_locale = nil, &block) method flexible (line 192) | def flexible(key) method method_missing (line 201) | def method_missing(mth, *args, &) method respond_to_missing? (line 211) | def respond_to_missing?(method_name, include_private = false) method rand_in_range (line 216) | def rand_in_range(from, to) method resolve (line 223) | def resolve(value) method unique (line 235) | def unique(max_retries = 10_000) method sample (line 239) | def sample(list, num = nil) method shuffle (line 251) | def shuffle(list) method shuffle! (line 255) | def shuffle!(list) method rand (line 259) | def rand(max = nil) method disable_enforce_available_locales (line 269) | def disable_enforce_available_locales FILE: lib/faker/blockchain/aeternity.rb type Faker (line 3) | module Faker class Blockchain (line 4) | class Blockchain class Aeternity (line 5) | class Aeternity < Base method address (line 16) | def address method transaction (line 29) | def transaction method contract (line 42) | def contract method oracle (line 55) | def oracle method rand_strings (line 61) | def rand_strings(length = 50) FILE: lib/faker/blockchain/bitcoin.rb type Faker (line 5) | module Faker class Blockchain (line 6) | class Blockchain class Bitcoin (line 7) | class Bitcoin < Base method address (line 25) | def address method testnet_address (line 39) | def testnet_address method address_for (line 50) | def address_for(network) FILE: lib/faker/blockchain/ethereum.rb type Faker (line 3) | module Faker class Blockchain (line 4) | class Blockchain class Ethereum (line 5) | class Ethereum < Base method address (line 17) | def address FILE: lib/faker/blockchain/tezos.rb type Faker (line 5) | module Faker class Blockchain (line 6) | class Blockchain class Tezos (line 7) | class Tezos < Base method account (line 30) | def account method contract (line 44) | def contract method operation (line 58) | def operation method block (line 72) | def block method signature (line 86) | def signature method public_key (line 100) | def public_key method secret_key (line 114) | def secret_key method encode_tz (line 125) | def encode_tz(prefix, payload_size) FILE: lib/faker/books/book.rb type Faker (line 3) | module Faker class Book (line 4) | class Book < Base method title (line 17) | def title method author (line 30) | def author method publisher (line 43) | def publisher method genre (line 56) | def genre FILE: lib/faker/books/culture_series.rb type Faker (line 3) | module Faker class Books (line 4) | class Books class CultureSeries (line 5) | class CultureSeries < Base method book (line 17) | def book method culture_ship (line 29) | def culture_ship method culture_ship_class (line 41) | def culture_ship_class method culture_ship_class_abv (line 53) | def culture_ship_class_abv method civ (line 65) | def civ method planet (line 77) | def planet FILE: lib/faker/books/dune.rb type Faker (line 3) | module Faker class Books (line 4) | class Books class Dune (line 7) | class Dune < Base method character (line 18) | def character method title (line 29) | def title method city (line 42) | def city method planet (line 55) | def planet method quote (line 74) | def quote(character: nil) method saying (line 105) | def saying(source: nil) FILE: lib/faker/books/lovecraft.rb type Faker (line 3) | module Faker class Books (line 4) | class Books class Lovecraft (line 5) | class Lovecraft < Base method location (line 16) | def location method fhtagn (line 32) | def fhtagn(number: 1) method deity (line 45) | def deity method tome (line 58) | def tome method sentence (line 85) | def sentence(word_count: 4, random_words_to_add: 6, open_compounds... method word (line 98) | def word method words (line 132) | def words(number: 3, spaces_allowed: false) method sentences (line 164) | def sentences(number: 3) method paragraph (line 191) | def paragraph(sentence_count: 3, random_sentences_to_add: 3) method paragraphs (line 217) | def paragraphs(number: 3) method paragraph_by_chars (line 238) | def paragraph_by_chars(characters: 256) FILE: lib/faker/books/the_kingkiller_chronicle.rb type Faker (line 3) | module Faker class Books (line 4) | class Books class TheKingkillerChronicle (line 5) | class TheKingkillerChronicle < Base method book (line 16) | def book method character (line 29) | def character method creature (line 42) | def creature method location (line 55) | def location FILE: lib/faker/creature/animal.rb type Faker (line 3) | module Faker class Creature (line 4) | class Creature class Animal (line 5) | class Animal < Base method name (line 16) | def name FILE: lib/faker/creature/bird.rb type Faker (line 3) | module Faker class Creature (line 4) | class Creature class Bird (line 5) | class Bird < Base method common_family_name (line 18) | def common_family_name method order (line 31) | def order method anatomy (line 45) | def anatomy method anatomy_past_tense (line 58) | def anatomy_past_tense method geo (line 71) | def geo method color (line 84) | def color method adjective (line 97) | def adjective method emotional_adjective (line 111) | def emotional_adjective method silly_adjective (line 125) | def silly_adjective method common_name (line 141) | def common_name(tax_order = nil) method plausible_common_name (line 165) | def plausible_common_name method implausible_common_name (line 178) | def implausible_common_name method order_with_common_name (line 195) | def order_with_common_name(tax_order = nil) FILE: lib/faker/creature/cat.rb type Faker (line 3) | module Faker class Creature (line 4) | class Creature class Cat (line 5) | class Cat < Base method name (line 18) | def name method breed (line 31) | def breed method registry (line 44) | def registry FILE: lib/faker/creature/dog.rb type Faker (line 3) | module Faker class Creature (line 4) | class Creature class Dog (line 5) | class Dog < Base method name (line 18) | def name method breed (line 31) | def breed method sound (line 44) | def sound method meme_phrase (line 57) | def meme_phrase method age (line 70) | def age method gender (line 83) | def gender method coat_length (line 96) | def coat_length method size (line 109) | def size FILE: lib/faker/creature/horse.rb type Faker (line 3) | module Faker class Creature (line 4) | class Creature class Horse (line 5) | class Horse < Base method name (line 18) | def name method breed (line 31) | def breed FILE: lib/faker/default/address.rb type Faker (line 3) | module Faker class Address (line 4) | class Address < Base method city (line 21) | def city(options: {}) method street_name (line 34) | def street_name method street_address (line 48) | def street_address(include_secondary: false) method secondary_address (line 61) | def secondary_address method building_number (line 74) | def building_number method community (line 87) | def community method mail_box (line 100) | def mail_box method zip_code (line 116) | def zip_code(state_abbreviation: '') method time_zone (line 136) | def time_zone method street_suffix (line 152) | def street_suffix method city_suffix (line 165) | def city_suffix method city_prefix (line 178) | def city_prefix method state_abbr (line 191) | def state_abbr method state (line 204) | def state method country (line 217) | def country method country_by_code (line 233) | def country_by_code(code: 'US') method country_name_to_code (line 247) | def country_name_to_code(name: 'united_states') method country_code (line 260) | def country_code method country_code_long (line 273) | def country_code_long method latitude (line 286) | def latitude method longitude (line 299) | def longitude method full_address (line 313) | def full_address method full_address_as_hash (line 339) | def full_address_as_hash(*attrs, **attrs_params) FILE: lib/faker/default/adjective.rb type Faker (line 3) | module Faker class Adjective (line 4) | class Adjective < Base method positive (line 17) | def positive method negative (line 30) | def negative FILE: lib/faker/default/alphanumeric.rb type Faker (line 3) | module Faker class Alphanumeric (line 4) | class Alphanumeric < Base method alpha (line 22) | def alpha(number: 32) method alphanumeric (line 46) | def alphanumeric(number: 32, min_alpha: 0, min_numeric: 0) FILE: lib/faker/default/ancient.rb type Faker (line 3) | module Faker class Ancient (line 4) | class Ancient < Base method god (line 15) | def god method primordial (line 28) | def primordial method titan (line 41) | def titan method hero (line 54) | def hero FILE: lib/faker/default/app.rb type Faker (line 3) | module Faker class App (line 4) | class App < Base method name (line 15) | def name method version (line 28) | def version method author (line 41) | def author method semantic_version (line 63) | def semantic_version(major: 0..9, minor: 0..9, patch: 1..9) FILE: lib/faker/default/appliance.rb type Faker (line 3) | module Faker class Appliance (line 4) | class Appliance < Base method brand (line 15) | def brand method equipment (line 28) | def equipment FILE: lib/faker/default/artist.rb type Faker (line 3) | module Faker class Artist (line 4) | class Artist < Base method name (line 15) | def name FILE: lib/faker/default/avatar.rb type Faker (line 3) | module Faker class Avatar (line 4) | class Avatar < Base method image (line 39) | def image(slug: nil, size: '300x300', format: 'png', set: 'set1', bg... FILE: lib/faker/default/bank.rb type Faker (line 3) | module Faker class Bank (line 4) | class Bank < Base method account_number (line 19) | def account_number(digits: 10) method iban (line 35) | def iban(country_code: 'GB') method iban_country_code (line 63) | def iban_country_code method name (line 76) | def name method routing_number (line 89) | def routing_number method routing_number_with_format (line 102) | def routing_number_with_format method swift_bic (line 115) | def swift_bic method bsb_number (line 129) | def bsb_number method checksum (line 135) | def checksum(num_string) method compile_routing_number (line 144) | def compile_routing_number method compile_bsb_number (line 150) | def compile_bsb_number method iban_checksum (line 158) | def iban_checksum(country_code, account) method valid_routing_number (line 171) | def valid_routing_number method valid_checksum? (line 179) | def valid_checksum?(routing_number, checksum) method compile_fraction (line 183) | def compile_fraction(routing_num) method rand_numstring (line 190) | def rand_numstring FILE: lib/faker/default/barcode.rb type Faker (line 3) | module Faker class Barcode (line 4) | class Barcode < Base method ean (line 16) | def ean(length = 8) method ean_with_composite_symbology (line 30) | def ean_with_composite_symbology(length = 8) method upc_a (line 42) | def upc_a method upc_e (line 54) | def upc_e method upc_a_with_composite_symbology (line 66) | def upc_a_with_composite_symbology method upc_e_with_composite_symbology (line 78) | def upc_e_with_composite_symbology method isbn (line 90) | def isbn method ismn (line 102) | def ismn method issn (line 114) | def issn method generate_barcode (line 120) | def generate_barcode(key) method sum_even_odd (line 136) | def sum_even_odd(fake_num) method generate_check_digit (line 160) | def generate_check_digit(odd_sum, even_sum) FILE: lib/faker/default/beer.rb type Faker (line 3) | module Faker class Beer (line 4) | class Beer < Base method name (line 17) | def name method style (line 30) | def style method hop (line 43) | def hop method yeast (line 56) | def yeast method malts (line 69) | def malts method ibu (line 82) | def ibu method alcohol (line 95) | def alcohol method blg (line 108) | def blg FILE: lib/faker/default/blood.rb type Faker (line 3) | module Faker class Blood (line 4) | class Blood < Base method type (line 17) | def type method rh_factor (line 30) | def rh_factor method group (line 43) | def group FILE: lib/faker/default/boolean.rb type Faker (line 3) | module Faker class Boolean (line 4) | class Boolean < Base method boolean (line 19) | def boolean(true_ratio: 0.5) # rubocop:disable Naming/PredicateMethod FILE: lib/faker/default/business.rb type Faker (line 5) | module Faker class Business (line 6) | class Business < Base method credit_card_number (line 19) | def credit_card_number method credit_card_expiry_date (line 32) | def credit_card_expiry_date method credit_card_type (line 45) | def credit_card_type FILE: lib/faker/default/camera.rb type Faker (line 3) | module Faker class Camera (line 4) | class Camera < Base method brand (line 15) | def brand method model (line 28) | def model method brand_with_model (line 41) | def brand_with_model FILE: lib/faker/default/cannabis.rb type Faker (line 3) | module Faker class Cannabis (line 4) | class Cannabis < Base method strain (line 14) | def self.strain method cannabinoid_abbreviation (line 27) | def self.cannabinoid_abbreviation method cannabinoid (line 40) | def self.cannabinoid method terpene (line 53) | def self.terpene method medical_use (line 66) | def self.medical_use method health_benefit (line 79) | def self.health_benefit method category (line 92) | def self.category method type (line 105) | def self.type method buzzword (line 118) | def self.buzzword method brand (line 131) | def self.brand FILE: lib/faker/default/chile_rut.rb type Faker (line 3) | module Faker class ChileRut (line 4) | class ChileRut < Base method rut (line 22) | def rut(min_rut: 1, max_rut: 99_999_999, fixed: false) method dv (line 35) | def dv method check_digit (line 65) | def check_digit method full_rut (line 83) | def full_rut(min_rut: 1, max_rut: 99_999_999, fixed: false, formatte... method format_rut (line 93) | def format_rut(rut) FILE: lib/faker/default/chuck_norris.rb type Faker (line 3) | module Faker class ChuckNorris (line 4) | class ChuckNorris < Base method fact (line 20) | def fact FILE: lib/faker/default/code.rb type Faker (line 3) | module Faker class Code (line 4) | class Code < Base method npi (line 16) | def npi method isbn (line 32) | def isbn(base: 10) method ean (line 52) | def ean(base: 13) method rut (line 69) | def rut method nric (line 94) | def nric(min_age: 18, max_age: 65) method imei (line 124) | def imei method asin (line 137) | def asin method sin (line 150) | def sin method generate_imei (line 173) | def generate_imei method generate_base10_isbn (line 212) | def generate_base10_isbn method generate_base13_isbn (line 227) | def generate_base13_isbn method sum (line 238) | def sum(values) method generate_base8_ean (line 244) | def generate_base8_ean method generate_base13_ean (line 258) | def generate_base13_ean method rut_verificator_digit (line 278) | def rut_verificator_digit(rut) method generate_nric_check_alphabet (line 283) | def generate_nric_check_alphabet(values, prefix) method generate_sin_check_digit (line 290) | def generate_sin_check_digit(digits) FILE: lib/faker/default/coffee.rb type Faker (line 3) | module Faker class Coffee (line 4) | class Coffee < Base method blend_name (line 17) | def blend_name method origin (line 30) | def origin method variety (line 45) | def variety method notes (line 58) | def notes method intensifier (line 71) | def intensifier method search_format (line 77) | def search_format(key) FILE: lib/faker/default/coin.rb type Faker (line 3) | module Faker class Coin (line 4) | class Coin < Base method name (line 15) | def name method flip (line 28) | def flip FILE: lib/faker/default/color.rb type Faker (line 3) | module Faker class Color (line 4) | class Color < Base method hex_color (line 29) | def hex_color(args = nil) method color_name (line 45) | def color_name method single_rgb_color (line 50) | def single_rgb_color method rgb_color (line 63) | def rgb_color method hsl_color (line 88) | def hsl_color(hue: nil, saturation: nil, lightness: nil) method hsla_color (line 105) | def hsla_color method hsl_to_hex (line 124) | def hsl_to_hex(a_hsl_color) FILE: lib/faker/default/commerce.rb type Faker (line 3) | module Faker class Commerce (line 4) | class Commerce < Base method color (line 15) | def color method promotion_code (line 30) | def promotion_code(digits: 6) method department (line 51) | def department(max: 3, fixed_amount: false) method product_name (line 77) | def product_name method material (line 90) | def material method price (line 106) | def price(range: 0..100.0, as_string: false) method brand (line 125) | def brand method vendor (line 139) | def vendor method categories (line 145) | def categories(num) method merge_categories (line 149) | def merge_categories(categories) FILE: lib/faker/default/company.rb type Faker (line 3) | module Faker class Company (line 4) | class Company < Base method name (line 17) | def name method suffix (line 30) | def suffix method industry (line 43) | def industry method catch_phrase (line 56) | def catch_phrase method buzzword (line 69) | def buzzword method bs (line 83) | def bs method ein (line 96) | def ein method duns_number (line 109) | def duns_number method logo (line 123) | def logo method type (line 137) | def type method profession (line 150) | def profession method department (line 163) | def department method spanish_organisation_number (line 178) | def spanish_organisation_number(organization_type: nil) method swedish_organisation_number (line 201) | def swedish_organisation_number method czech_organisation_number (line 218) | def czech_organisation_number method french_siren_number (line 239) | def french_siren_number method french_siret_number (line 253) | def french_siret_number method norwegian_organisation_number (line 269) | def norwegian_organisation_number method australian_business_number (line 288) | def australian_business_number method polish_taxpayer_identification_number (line 305) | def polish_taxpayer_identification_number method polish_register_of_national_economy (line 325) | def polish_register_of_national_economy(length: 9) method south_african_pty_ltd_registration_number (line 345) | def south_african_pty_ltd_registration_number method south_african_close_corporation_registration_number (line 363) | def south_african_close_corporation_registration_number method south_african_listed_company_registration_number (line 387) | def south_african_listed_company_registration_number method south_african_trust_registration_number (line 405) | def south_african_trust_registration_number method brazilian_company_number (line 423) | def brazilian_company_number(formatted: false) method russian_tax_number (line 450) | def russian_tax_number(region: nil, type: :legal) method sic_code (line 463) | def sic_code method indian_gst_number (line 479) | def indian_gst_number(state_code: nil) method mod11 (line 525) | def mod11(number) method luhn_algorithm (line 545) | def luhn_algorithm(number) method abn_checksum (line 571) | def abn_checksum(abn) method collect_regon_sum (line 582) | def collect_regon_sum(array) method weight_sum (line 592) | def weight_sum(array, weights) method inn_number (line 614) | def inn_number(region, type) method inn_checksum (line 631) | def inn_checksum(factor, number) method spanish_cif_control_digit (line 639) | def spanish_cif_control_digit(organization_type, code) method spanish_b_algorithm (line 656) | def spanish_b_algorithm(value) method calculate_gst_checksum (line 664) | def calculate_gst_checksum(state_code, taxpayer_number, registration... FILE: lib/faker/default/compass.rb type Faker (line 3) | module Faker class Compass (line 4) | class Compass < Base method cardinal (line 15) | def cardinal method ordinal (line 28) | def ordinal method half_wind (line 41) | def half_wind method quarter_wind (line 54) | def quarter_wind method direction (line 67) | def direction method abbreviation (line 80) | def abbreviation method azimuth (line 93) | def azimuth method cardinal_abbreviation (line 106) | def cardinal_abbreviation method ordinal_abbreviation (line 119) | def ordinal_abbreviation method half_wind_abbreviation (line 132) | def half_wind_abbreviation method quarter_wind_abbreviation (line 145) | def quarter_wind_abbreviation method cardinal_azimuth (line 158) | def cardinal_azimuth method ordinal_azimuth (line 171) | def ordinal_azimuth method half_wind_azimuth (line 184) | def half_wind_azimuth method quarter_wind_azimuth (line 197) | def quarter_wind_azimuth FILE: lib/faker/default/computer.rb type Faker (line 3) | module Faker class Computer (line 4) | class Computer < Base method platform (line 15) | def platform method type (line 28) | def type method os (line 42) | def os(platform: self.platform) method stack (line 56) | def stack FILE: lib/faker/default/construction.rb type Faker (line 3) | module Faker class Construction (line 4) | class Construction < Base method material (line 14) | def self.material method heavy_equipment (line 27) | def self.heavy_equipment method trade (line 40) | def self.trade method subcontract_category (line 53) | def self.subcontract_category method standard_cost_code (line 66) | def self.standard_cost_code method role (line 79) | def self.role FILE: lib/faker/default/cosmere.rb type Faker (line 3) | module Faker class Cosmere (line 4) | class Cosmere < Base method aon (line 16) | def aon method shard_world (line 29) | def shard_world method shard (line 42) | def shard method surge (line 55) | def surge method knight_radiant (line 68) | def knight_radiant method metal (line 81) | def metal method allomancer (line 94) | def allomancer method feruchemist (line 107) | def feruchemist method herald (line 120) | def herald method spren (line 133) | def spren FILE: lib/faker/default/crypto.rb type Faker (line 3) | module Faker class Crypto (line 4) | class Crypto < Base method md5 (line 24) | def md5 method sha1 (line 37) | def sha1 method sha256 (line 50) | def sha256 method sha512 (line 63) | def sha512 FILE: lib/faker/default/crypto_coin.rb type Faker (line 3) | module Faker class CryptoCoin (line 4) | class CryptoCoin < Base method coin_name (line 19) | def coin_name(coin: coin_array) method acronym (line 32) | def acronym(coin: coin_array) method url_logo (line 45) | def url_logo(coin: coin_array) method coin_array (line 58) | def coin_array method coin_hash (line 71) | def coin_hash FILE: lib/faker/default/currency.rb type Faker (line 3) | module Faker class Currency (line 4) | class Currency < Base method name (line 15) | def name method code (line 28) | def code method symbol (line 41) | def symbol FILE: lib/faker/default/date.rb type Faker (line 3) | module Faker class Date (line 4) | class Date < Base method between (line 22) | def between(from:, to:) method between_except (line 44) | def between_except(from:, to:, excepted:) method forward (line 72) | def forward(from: ::Date.today, days: 365) method backward (line 90) | def backward(days: 365) method birthday (line 108) | def birthday(min_age: 18, max_age: 65) method in_date_period (line 134) | def in_date_period(month: nil, year: ::Date.today.year) method on_day_of_week_between (line 156) | def on_day_of_week_between(day:, from:, to:) method birthday_date (line 189) | def birthday_date(date, age) method get_date_object (line 202) | def get_date_object(date) FILE: lib/faker/default/dc_comics.rb type Faker (line 3) | module Faker class DcComics (line 4) | class DcComics < Base method hero (line 14) | def self.hero method heroine (line 27) | def self.heroine method villain (line 40) | def self.villain method name (line 53) | def self.name method title (line 66) | def self.title FILE: lib/faker/default/demographic.rb type Faker (line 3) | module Faker class Demographic (line 4) | class Demographic < Base method race (line 15) | def race method educational_attainment (line 28) | def educational_attainment method demonym (line 41) | def demonym method marital_status (line 54) | def marital_status method sex (line 67) | def sex method height (line 83) | def height(unit: :metric) FILE: lib/faker/default/dessert.rb type Faker (line 3) | module Faker class Dessert (line 4) | class Dessert < Base method variety (line 17) | def variety method topping (line 30) | def topping method flavor (line 43) | def flavor FILE: lib/faker/default/device.rb type Faker (line 3) | module Faker class Device (line 4) | class Device < Base method build_number (line 15) | def build_number method manufacturer (line 28) | def manufacturer method model_name (line 41) | def model_name method platform (line 54) | def platform method serial (line 67) | def serial method version (line 80) | def version FILE: lib/faker/default/driving_licence.rb type Faker (line 3) | module Faker class DrivingLicence (line 4) | class DrivingLicence < Base method british_driving_licence (line 26) | def british_driving_licence(last_name: Faker::Name.last_name, initia... method northern_irish_driving_licence (line 44) | def northern_irish_driving_licence method uk_driving_licence (line 64) | def uk_driving_licence(*args) method usa_driving_licence (line 83) | def usa_driving_licence(state = 'California') method random_gender (line 91) | def random_gender method gb_licence_padding (line 95) | def gb_licence_padding(str, num_chars) method gb_licence_year (line 100) | def gb_licence_year(dob, gender) method gb_licence_checksum (line 118) | def gb_licence_checksum class InvalidStatePassed (line 127) | class InvalidStatePassed < StandardError method initialize (line 128) | def initialize(msg = 'Invalid state code passed') FILE: lib/faker/default/drone.rb type Faker (line 3) | module Faker class Drone (line 4) | class Drone < Base method name (line 15) | def name method weight (line 28) | def weight method max_ascent_speed (line 41) | def max_ascent_speed method max_descent_speed (line 54) | def max_descent_speed method flight_time (line 67) | def flight_time method max_altitude (line 80) | def max_altitude method max_flight_distance (line 93) | def max_flight_distance method max_speed (line 106) | def max_speed method max_wind_resistance (line 119) | def max_wind_resistance method max_angular_velocity (line 132) | def max_angular_velocity method max_tilt_angle (line 145) | def max_tilt_angle method operating_temperature (line 158) | def operating_temperature method battery_capacity (line 171) | def battery_capacity method battery_voltage (line 184) | def battery_voltage method battery_type (line 197) | def battery_type method battery_weight (line 210) | def battery_weight method charging_temperature (line 223) | def charging_temperature method max_charging_power (line 236) | def max_charging_power method iso (line 249) | def iso method max_resolution (line 262) | def max_resolution method photo_format (line 275) | def photo_format method video_format (line 288) | def video_format method shutter_speed_range (line 301) | def shutter_speed_range method max_shutter_speed (line 314) | def max_shutter_speed method min_shutter_speed (line 327) | def min_shutter_speed FILE: lib/faker/default/educator.rb type Faker (line 3) | module Faker class Educator (line 4) | class Educator < Base method university (line 17) | def university method degree (line 30) | def degree method subject (line 45) | def subject method course_name (line 58) | def course_name method secondary_school (line 71) | def secondary_school method primary_school (line 84) | def primary_school method campus (line 97) | def campus FILE: lib/faker/default/electrical_components.rb type Faker (line 3) | module Faker class ElectricalComponents (line 4) | class ElectricalComponents < Base method active (line 17) | def active method passive (line 30) | def passive method electromechanical (line 43) | def electromechanical FILE: lib/faker/default/emotion.rb type Faker (line 3) | module Faker class Emotion (line 4) | class Emotion < Base method noun (line 15) | def noun method adjective (line 28) | def adjective FILE: lib/faker/default/esport.rb type Faker (line 3) | module Faker class Esport (line 4) | class Esport < Base method player (line 15) | def player method team (line 28) | def team method league (line 41) | def league method event (line 54) | def event method game (line 67) | def game FILE: lib/faker/default/file.rb type Faker (line 3) | module Faker class File (line 4) | class File < Base method dir (line 21) | def dir(segment_count: 3, root: nil, directory_separator: ::File::Se... method extension (line 39) | def extension method mime_type (line 52) | def mime_type(media_type: nil) method file_name (line 72) | def file_name(dir: nil, name: nil, ext: nil, directory_separator: ::... FILE: lib/faker/default/finance.rb type Faker (line 3) | module Faker class Finance (line 4) | class Finance < Base method credit_card (line 24) | def credit_card(*types) method vat_number (line 55) | def vat_number(country: 'BR') method vat_number_keys (line 61) | def vat_number_keys method ticker (line 76) | def ticker(*markets) method stock_market (line 93) | def stock_market method condominium_fiscal_code (line 107) | def condominium_fiscal_code(country: 'IT') FILE: lib/faker/default/food.rb type Faker (line 3) | module Faker class Food (line 4) | class Food < Base method allergen (line 17) | def allergen method dish (line 30) | def dish method description (line 43) | def description method ingredient (line 56) | def ingredient method fruits (line 69) | def fruits method vegetables (line 82) | def vegetables method spice (line 95) | def spice method measurement (line 108) | def measurement method metric_measurement (line 121) | def metric_measurement method ethnic_category (line 134) | def ethnic_category FILE: lib/faker/default/funny_name.rb type Faker (line 3) | module Faker class FunnyName (line 4) | class FunnyName < Base method name (line 17) | def name method two_word_name (line 30) | def two_word_name method three_word_name (line 47) | def three_word_name method four_word_name (line 64) | def four_word_name method name_with_initial (line 81) | def name_with_initial FILE: lib/faker/default/gender.rb type Faker (line 3) | module Faker class Gender (line 4) | class Gender < Base method type (line 15) | def type method binary_type (line 28) | def binary_type method short_binary_type (line 41) | def short_binary_type FILE: lib/faker/default/greek_philosophers.rb type Faker (line 3) | module Faker class GreekPhilosophers (line 4) | class GreekPhilosophers < Base method name (line 15) | def name method quote (line 28) | def quote FILE: lib/faker/default/hacker.rb type Faker (line 3) | module Faker class Hacker (line 7) | class Hacker < Base method say_something_smart (line 21) | def say_something_smart method abbreviation (line 34) | def abbreviation method adjective (line 47) | def adjective method noun (line 60) | def noun method verb (line 73) | def verb method ingverb (line 86) | def ingverb method phrases (line 91) | def phrases FILE: lib/faker/default/hipster.rb type Faker (line 3) | module Faker class Hipster (line 4) | class Hipster < Base method word (line 15) | def word method words (line 35) | def words(number: 3, supplemental: false, spaces_allowed: false) method sentence (line 67) | def sentence(word_count: 4, supplemental: false, random_words_to_add... method sentences (line 84) | def sentences(number: 3, supplemental: false) method paragraph (line 108) | def paragraph(sentence_count: 3, supplemental: false, random_sentenc... method paragraphs (line 125) | def paragraphs(number: 3, supplemental: false) method paragraph_by_chars (line 145) | def paragraph_by_chars(characters: 256, supplemental: false) FILE: lib/faker/default/hobby.rb type Faker (line 3) | module Faker class Hobby (line 4) | class Hobby < Base method activity (line 17) | def activity FILE: lib/faker/default/house.rb type Faker (line 3) | module Faker class House (line 4) | class House < Base method furniture (line 15) | def furniture method room (line 28) | def room FILE: lib/faker/default/html.rb type Faker (line 3) | module Faker class HTML (line 4) | class HTML < Base method heading (line 15) | def heading method paragraph (line 33) | def paragraph(sentence_count: 3, supplemental: false, random_sentenc... method emphasis (line 46) | def emphasis method ordered_list (line 59) | def ordered_list method unordered_list (line 79) | def unordered_list method code (line 99) | def code method table (line 112) | def table method script (line 138) | def script method link (line 152) | def link(rel: 'stylesheet') method element (line 168) | def element(tag: 'div', content: Lorem.sentence(word_count: 3), attr... method random (line 187) | def random(exclude: []) method sandwich (line 204) | def sandwich(sentences: 3, repeat: 1) method available_methods (line 216) | def available_methods method generate_table_row (line 220) | def generate_table_row(tag, cell_count) FILE: lib/faker/default/id_number.rb type Faker (line 3) | module Faker class IdNumber (line 4) | class IdNumber < Base method valid (line 31) | def valid method invalid (line 44) | def invalid method ssn_valid (line 48) | def ssn_valid method spanish_citizen_number (line 77) | def spanish_citizen_number method spanish_foreign_citizen_number (line 93) | def spanish_foreign_citizen_number method valid_south_african_id_number (line 113) | def valid_south_african_id_number method invalid_south_african_id_number (line 135) | def invalid_south_african_id_number method brazilian_citizen_number (line 163) | def brazilian_citizen_number(formatted: false) method brazilian_id (line 184) | def brazilian_id(formatted: false) method chilean_id (line 202) | def chilean_id method croatian_id (line 220) | def croatian_id(international: false) method danish_id_number (line 247) | def danish_id_number(formatted: false, birthday: Faker::Date.birthda... method french_insee_number (line 281) | def french_insee_number method croatian_id_checksum_digit (line 296) | def croatian_id_checksum_digit(digits) method chilean_verification_code (line 311) | def chilean_verification_code(digits) method south_african_id_checksum_digit (line 331) | def south_african_id_checksum_digit(id_number) method brazilian_citizen_number_checksum_digit (line 349) | def brazilian_citizen_number_checksum_digit(digits) method brazilian_id_checksum_digit (line 354) | def brazilian_id_checksum_digit(digits) method brazilian_document_checksum (line 359) | def brazilian_document_checksum(digits) method brazilian_document_digit (line 365) | def brazilian_document_digit(checksum, id: false) method brazilian_citizen_number_digit (line 370) | def brazilian_citizen_number_digit(remainder) method brazilian_id_digit (line 374) | def brazilian_id_digit(remainder) method danish_control_digits (line 380) | def danish_control_digits(birthday) method _translate (line 419) | def _translate(key) FILE: lib/faker/default/industry_segments.rb type Faker (line 3) | module Faker class IndustrySegments (line 4) | class IndustrySegments < Base method industry (line 17) | def industry method super_sector (line 30) | def super_sector method sector (line 43) | def sector method sub_sector (line 56) | def sub_sector FILE: lib/faker/default/internet.rb type Faker (line 3) | module Faker class Internet (line 4) | class Internet < Base method email (line 33) | def email(name: nil, separators: nil, domain: nil) method username (line 64) | def username(specifier: nil, separators: %w[. _]) method password (line 126) | def password(min_length: 8, max_length: 16, mix_case: true, special_... method domain_name (line 191) | def domain_name(subdomain: false, domain: nil) method fix_umlauts (line 226) | def fix_umlauts(string: '') method domain_word (line 237) | def domain_word method domain_suffix (line 250) | def domain_suffix(safe: nil) method mac_address (line 268) | def mac_address(prefix: '') method ip_v4_address (line 281) | def ip_v4_address method private_ip_v4_address (line 293) | def private_ip_v4_address method public_ip_v4_address (line 304) | def public_ip_v4_address method private_nets_regex (line 320) | def private_nets_regex method private_net_checker (line 341) | def private_net_checker method reserved_nets_regex (line 352) | def reserved_nets_regex method reserved_net_checker (line 372) | def reserved_net_checker method ip_v4_cidr (line 384) | def ip_v4_cidr method ip_v6_address (line 395) | def ip_v6_address method ip_v6_cidr (line 406) | def ip_v6_cidr method url (line 424) | def url(host: domain_name, path: "/#{username}", scheme: 'http') method slug (line 441) | def slug(words: nil, glue: nil) method device_token (line 455) | def device_token method user_agent (line 471) | def user_agent(vendor: nil) method bot_user_agent (line 488) | def bot_user_agent(vendor: nil) method uuid (line 501) | def uuid method base64 (line 526) | def base64(length: 16, padding: false, urlsafe: true) method user (line 549) | def user(*args) method sanitize_email_local_part (line 560) | def sanitize_email_local_part(local_part) method construct_email (line 573) | def construct_email(local_part, domain_name) FILE: lib/faker/default/internet_http.rb type Faker (line 3) | module Faker class Internet (line 4) | class Internet class HTTP (line 5) | class HTTP < Base method status_code (line 38) | def status_code(group: nil) FILE: lib/faker/default/invoice.rb type Faker (line 3) | module Faker class Invoice (line 4) | class Invoice < Base method amount_between (line 20) | def amount_between(from: 0, to: 0) method creditor_reference (line 34) | def creditor_reference(ref: '') method reference (line 50) | def reference(ref: '') method iban_checksum (line 79) | def iban_checksum(country_code, account) method method_731 (line 94) | def method_731(base) method kidmod10 (line 100) | def kidmod10(base) method calculate_weighted_sum (line 111) | def calculate_weighted_sum(base, weight_factors) method mod10_remainder (line 118) | def mod10_remainder(number) FILE: lib/faker/default/job.rb type Faker (line 3) | module Faker class Job (line 4) | class Job < Base method title (line 17) | def title method position (line 30) | def position method field (line 43) | def field method key_skill (line 56) | def key_skill FILE: lib/faker/default/json.rb type Faker (line 3) | module Faker class Json (line 4) | class Json < Base method shallow_json (line 25) | def shallow_json(width: 3, options: { key: 'Name.first_name', value:... method add_depth_to_json (line 71) | def add_depth_to_json(json: shallow_json, width: 3, options: { key: ... method build_shallow_hash (line 84) | def build_shallow_hash(width, options) method add_hash_to_bottom (line 95) | def add_hash_to_bottom(hash, key_array, width, options) method add_hash (line 108) | def add_hash(key_array, hash, width, options) method build_keys_from_array (line 120) | def build_keys_from_array(key_array) FILE: lib/faker/default/kpop.rb type Faker (line 3) | module Faker class Kpop (line 4) | class Kpop < Base method i_groups (line 15) | def i_groups method ii_groups (line 28) | def ii_groups method iii_groups (line 41) | def iii_groups method girl_groups (line 54) | def girl_groups method boy_bands (line 67) | def boy_bands method solo (line 80) | def solo FILE: lib/faker/default/lorem.rb type Faker (line 3) | module Faker class Lorem (line 5) | class Lorem < Base method word (line 18) | def word(exclude_words: nil) method words (line 37) | def words(number: 3, supplemental: false, exclude_words: nil) method character (line 60) | def character method characters (line 80) | def characters(number: 255, min_alpha: 0, min_numeric: 0) method multibyte (line 94) | def multibyte method sentence (line 114) | def sentence(word_count: 4, supplemental: false, random_words_to_add... method sentences (line 132) | def sentences(number: 3, supplemental: false, exclude_words: nil) method paragraph (line 156) | def paragraph(sentence_count: 3, supplemental: false, random_sentenc... method paragraphs (line 174) | def paragraphs(number: 3, supplemental: false, exclude_words: nil) method paragraph_by_chars (line 192) | def paragraph_by_chars(number: 256, supplemental: false) method question (line 216) | def question(word_count: 4, supplemental: false, random_words_to_add... method questions (line 234) | def questions(number: 3, supplemental: false, exclude_words: nil) method locale_period (line 240) | def locale_period method locale_space (line 244) | def locale_space method locale_question_mark (line 248) | def locale_question_mark FILE: lib/faker/default/lorem_flickr.rb type Faker (line 3) | module Faker class LoremFlickr (line 4) | class LoremFlickr < Base method image (line 24) | def image(size: '300x300', search_terms: [], match_all: false) method grayscale_image (line 44) | def grayscale_image(size: '300x300', search_terms: ['all'], match_al... method pixelated_image (line 66) | def pixelated_image(size: '300x300', search_terms: ['all'], match_al... method colorized_image (line 89) | def colorized_image(size: '300x300', color: 'red', search_terms: ['a... method build_url (line 98) | def build_url(size, format, search_terms, match_all) FILE: lib/faker/default/markdown.rb type Faker (line 3) | module Faker class Markdown (line 4) | class Markdown < Base method headers (line 15) | def headers method emphasis (line 28) | def emphasis method ordered_list (line 46) | def ordered_list method unordered_list (line 65) | def unordered_list method inline_code (line 84) | def inline_code method block_code (line 97) | def block_code method table (line 110) | def table method random (line 133) | def random(*args) method sandwich (line 153) | def sandwich(sentences: 3, repeat: 1) method available_methods (line 165) | def available_methods FILE: lib/faker/default/marketing.rb type Faker (line 3) | module Faker class Marketing (line 4) | class Marketing < Base method buzzwords (line 17) | def buzzwords FILE: lib/faker/default/measurement.rb type Faker (line 3) | module Faker class Measurement (line 4) | class Measurement < Base method height (line 22) | def height(amount: rand(10)) method length (line 37) | def length(amount: rand(10)) method volume (line 52) | def volume(amount: rand(10)) method weight (line 67) | def weight(amount: rand(10)) method metric_height (line 82) | def metric_height(amount: rand(10)) method metric_length (line 97) | def metric_length(amount: rand(10)) method metric_volume (line 112) | def metric_volume(amount: rand(10)) method metric_weight (line 127) | def metric_weight(amount: rand(10)) method check_for_plural (line 133) | def check_for_plural(text, number) method define_measurement_locale (line 141) | def define_measurement_locale(amount, locale) method ensure_valid_amount (line 155) | def ensure_valid_amount(amount) method make_plural (line 159) | def make_plural(text) FILE: lib/faker/default/military.rb type Faker (line 3) | module Faker class Military (line 4) | class Military < Base method army_rank (line 15) | def army_rank method marines_rank (line 28) | def marines_rank method navy_rank (line 41) | def navy_rank method air_force_rank (line 54) | def air_force_rank method space_force_rank (line 67) | def space_force_rank method coast_guard_rank (line 80) | def coast_guard_rank method dod_paygrade (line 93) | def dod_paygrade FILE: lib/faker/default/mountain.rb type Faker (line 3) | module Faker class Mountain (line 4) | class Mountain < Base method name (line 15) | def name method range (line 28) | def range FILE: lib/faker/default/name.rb type Faker (line 3) | module Faker class Name (line 4) | class Name < Base method name (line 17) | def name method name_with_middle (line 30) | def name_with_middle method first_name (line 43) | def first_name method male_first_name (line 60) | def male_first_name method female_first_name (line 75) | def female_first_name method neutral_first_name (line 90) | def neutral_first_name method last_name (line 105) | def last_name method prefix (line 119) | def prefix method suffix (line 132) | def suffix method initials (line 147) | def initials(number: 3) FILE: lib/faker/default/nation.rb type Faker (line 3) | module Faker class Nation (line 4) | class Nation < Base method nationality (line 16) | def nationality method flag (line 29) | def flag method language (line 42) | def language method capital_city (line 55) | def capital_city method national_sport (line 68) | def national_sport FILE: lib/faker/default/national_health_service.rb type Faker (line 3) | module Faker class NationalHealthService (line 4) | class NationalHealthService < Base method british_number (line 18) | def british_number method check_digit (line 41) | def check_digit(number: 0) FILE: lib/faker/default/nato_phonetic_alphabet.rb type Faker (line 3) | module Faker class NatoPhoneticAlphabet (line 4) | class NatoPhoneticAlphabet < Base method code_word (line 15) | def code_word FILE: lib/faker/default/number.rb type Faker (line 3) | module Faker class Number (line 4) | class Number < Base method number (line 16) | def number(digits: 10) method leading_zero_number (line 34) | def leading_zero_number(digits: 10) method decimal_part (line 48) | def decimal_part(digits: 10) method decimal (line 69) | def decimal(l_digits: 5, r_digits: 2) method non_zero_digit (line 88) | def non_zero_digit method digit (line 101) | def digit method hexadecimal (line 115) | def hexadecimal(digits: 6) method binary (line 130) | def binary(digits: 4) method normal (line 147) | def normal(mean: 1, standard_deviation: 1) method between (line 166) | def between(from: 1.00, to: 5000.00) method within (line 181) | def within(range: 1.00..5000.00) method positive (line 196) | def positive(from: 1.00, to: 5000.00) method negative (line 213) | def negative(from: -5000.00, to: -1.00) method generate (line 221) | def generate(count) method greater_than_zero (line 227) | def greater_than_zero(number) method less_than_zero (line 231) | def less_than_zero(number) method should_be (line 235) | def should_be(number, method_to_compare) FILE: lib/faker/default/omniauth.rb type Faker (line 3) | module Faker class Omniauth (line 4) | class Omniauth < Base method initialize (line 11) | def initialize(name: nil, email: nil) method google (line 30) | def google(name: nil, email: nil, uid: Number.number(digits: 9).to_s) method facebook (line 90) | def facebook(name: nil, email: nil, username: nil, uid: Number.numbe... method twitter (line 142) | def twitter(name: nil, nickname: nil, uid: Number.number(digits: 6).... method linkedin (line 225) | def linkedin(name: nil, email: nil, uid: Number.number(digits: 6).to_s) method github (line 298) | def github(name: nil, email: nil, uid: Number.number(digits: 8).to_s) method apple (line 366) | def apple(name: nil, email: nil, uid: nil) method auth0 (line 410) | def auth0(name: nil, email: nil, uid: nil) method gender (line 446) | def gender method timezone (line 450) | def timezone method image (line 454) | def image method city_state (line 458) | def city_state method random_number_from_range (line 462) | def random_number_from_range(range) method random_boolean (line 466) | def random_boolean FILE: lib/faker/default/phone_number.rb type Faker (line 3) | module Faker class PhoneNumber (line 4) | class PhoneNumber < Base method phone_number (line 17) | def phone_number method cell_phone (line 32) | def cell_phone method country_code (line 47) | def country_code method phone_number_with_country_code (line 62) | def phone_number_with_country_code method cell_phone_with_country_code (line 77) | def cell_phone_with_country_code method cell_phone_in_e164 (line 92) | def cell_phone_in_e164 method area_code (line 107) | def area_code method exchange_code (line 122) | def exchange_code method subscriber_number (line 139) | def subscriber_number(length: 4) FILE: lib/faker/default/placeholdit.rb type Faker (line 3) | module Faker class Placeholdit (line 4) | class Placeholdit < Base method image (line 29) | def image(size: '300x300', format: 'png', background_color: nil, tex... method generate_color (line 47) | def generate_color FILE: lib/faker/default/programming_language.rb type Faker (line 3) | module Faker class ProgrammingLanguage (line 4) | class ProgrammingLanguage < Base method name (line 15) | def name method creator (line 28) | def creator FILE: lib/faker/default/relationship.rb type Faker (line 3) | module Faker class Relationship (line 4) | class Relationship < Base method familial (line 17) | def familial(connection: nil) method in_law (line 43) | def in_law method spouse (line 56) | def spouse method parent (line 69) | def parent method sibling (line 82) | def sibling FILE: lib/faker/default/religion.rb type Faker (line 3) | module Faker type Religion (line 4) | module Religion FILE: lib/faker/default/restaurant.rb type Faker (line 3) | module Faker class Restaurant (line 4) | class Restaurant < Base method name (line 17) | def name method type (line 30) | def type method description (line 44) | def description method review (line 58) | def review FILE: lib/faker/default/science.rb type Faker (line 3) | module Faker class Science (line 4) | class Science < Base method science (line 31) | def science(*branches) method element (line 56) | def element method element_symbol (line 69) | def element_symbol method element_state (line 82) | def element_state method element_subcategory (line 95) | def element_subcategory method scientist (line 108) | def scientist method modifier (line 122) | def modifier method tool (line 140) | def tool(simple: false) FILE: lib/faker/default/slack_emoji.rb type Faker (line 3) | module Faker class SlackEmoji (line 4) | class SlackEmoji < Base method people (line 15) | def people method nature (line 28) | def nature method food_and_drink (line 41) | def food_and_drink method celebration (line 54) | def celebration method activity (line 67) | def activity method travel_and_places (line 80) | def travel_and_places method objects_and_symbols (line 93) | def objects_and_symbols method custom (line 106) | def custom method emoji (line 119) | def emoji FILE: lib/faker/default/source.rb type Faker (line 3) | module Faker class Source (line 4) | class Source < Base method hello_world (line 20) | def hello_world(lang: :ruby) method print (line 38) | def print(str: 'some string', lang: :ruby) method print_1_to_10 (line 58) | def print_1_to_10(lang: :ruby) FILE: lib/faker/default/south_africa.rb type Faker (line 3) | module Faker class SouthAfrica (line 4) | class SouthAfrica < Base method id_number (line 15) | def id_number method valid_id_number (line 28) | def valid_id_number method invalid_id_number (line 41) | def invalid_id_number method phone_number (line 54) | def phone_number method cell_phone (line 69) | def cell_phone method pty_ltd_registration_number (line 84) | def pty_ltd_registration_number method close_corporation_registration_number (line 97) | def close_corporation_registration_number method listed_company_registration_number (line 110) | def listed_company_registration_number method trust_registration_number (line 123) | def trust_registration_number method vat_number (line 136) | def vat_number FILE: lib/faker/default/space.rb type Faker (line 3) | module Faker class Space (line 4) | class Space < Base method planet (line 17) | def planet method moon (line 30) | def moon method galaxy (line 43) | def galaxy method nebula (line 56) | def nebula method star_cluster (line 69) | def star_cluster method constellation (line 82) | def constellation method star (line 95) | def star method agency (line 108) | def agency method agency_abv (line 121) | def agency_abv method nasa_space_craft (line 134) | def nasa_space_craft method company (line 147) | def company method distance_measurement (line 160) | def distance_measurement method meteorite (line 173) | def meteorite method launch_vehicle (line 186) | def launch_vehicle FILE: lib/faker/default/string.rb type Faker (line 3) | module Faker class String (line 4) | class String < Base method random (line 20) | def random(length: 32) method select_a (line 26) | def select_a(length) method utf8string (line 34) | def utf8string(length) method space_or_utf8_char (line 41) | def space_or_utf8_char(ratio) method char_space_ratio (line 45) | def char_space_ratio method utf8character (line 49) | def utf8character FILE: lib/faker/default/stripe.rb type Faker (line 3) | module Faker class Stripe (line 4) | class Stripe < Base method valid_card (line 17) | def valid_card(card_type: nil) method valid_token (line 43) | def valid_token(card_type: nil) method invalid_card (line 68) | def invalid_card(card_error: nil) method month (line 92) | def month method year (line 105) | def year method ccv (line 121) | def ccv(card_type: nil) FILE: lib/faker/default/subscription.rb type Faker (line 3) | module Faker class Subscription (line 4) | class Subscription < Base method plan (line 14) | def self.plan method status (line 27) | def self.status method payment_method (line 40) | def self.payment_method method subscription_term (line 53) | def self.subscription_term method payment_term (line 66) | def self.payment_term FILE: lib/faker/default/superhero.rb type Faker (line 3) | module Faker class Superhero (line 4) | class Superhero < Base method power (line 15) | def power method prefix (line 28) | def prefix method suffix (line 41) | def suffix method descriptor (line 54) | def descriptor method name (line 67) | def name FILE: lib/faker/default/tea.rb type Faker (line 3) | module Faker class Tea (line 4) | class Tea < Base method variety (line 22) | def variety(type: nil) method type (line 36) | def type FILE: lib/faker/default/team.rb type Faker (line 3) | module Faker class Team (line 4) | class Team < Base method name (line 17) | def name method creature (line 30) | def creature method state (line 43) | def state method sport (line 56) | def sport method mascot (line 69) | def mascot FILE: lib/faker/default/theater.rb type Faker (line 3) | module Faker class Theater (line 4) | class Theater < Base method adult_musical (line 16) | def adult_musical method kids_musical (line 30) | def kids_musical method play (line 44) | def play FILE: lib/faker/default/time.rb type Faker (line 3) | module Faker class Time (line 4) | class Time < Base method between (line 38) | def between(from:, to:, format: nil) method between_dates (line 74) | def between_dates(from:, to:, period: :all, format: nil) method forward (line 95) | def forward(days: 365, period: :all, format: nil) method backward (line 114) | def backward(days: 365, period: :all, format: nil) method date_with_random_time (line 120) | def date_with_random_time(date, period) method time_with_format (line 124) | def time_with_format(time, format) method hours (line 128) | def hours(period) method minutes (line 134) | def minutes method seconds (line 138) | def seconds method get_time_object (line 142) | def get_time_object(time) FILE: lib/faker/default/types.rb type Faker (line 3) | module Faker class Types (line 4) | class Types < Base method rb_string (line 19) | def rb_string(words: 1) method character (line 35) | def character method rb_integer (line 48) | def rb_integer(from: 0, to: 100) method rb_hash (line 64) | def rb_hash(number: 1, type: -> { random_type }) method complex_rb_hash (line 85) | def complex_rb_hash(number: 1) method rb_array (line 101) | def rb_array(len: 1, type: -> { random_type }) method random_type (line 118) | def random_type method random_complex_type (line 137) | def random_complex_type method titleize (line 154) | def titleize(word) FILE: lib/faker/default/university.rb type Faker (line 3) | module Faker class University (line 4) | class University < Base method name (line 17) | def name method prefix (line 30) | def prefix method suffix (line 43) | def suffix method greek_organization (line 56) | def greek_organization method greek_alphabet (line 69) | def greek_alphabet FILE: lib/faker/default/vehicle.rb type Faker (line 3) | module Faker class Vehicle (line 4) | class Vehicle < Base method vin (line 24) | def vin method manufacturer (line 54) | def manufacturer method make (line 68) | def make method model (line 83) | def model(make_of_model: '') method make_and_model (line 98) | def make_and_model method style (line 113) | def style method color (line 126) | def color method transmission (line 139) | def transmission method drive_type (line 152) | def drive_type method fuel_type (line 165) | def fuel_type method car_type (line 178) | def car_type method engine (line 192) | def engine method car_options (line 207) | def car_options method standard_specs (line 220) | def standard_specs method doors (line 234) | def doors method year (line 248) | def year method mileage (line 266) | def mileage(min: MILEAGE_MIN, max: MILEAGE_MAX) method license_plate (line 283) | def license_plate(state_abbreviation: '') method singapore_license_plate (line 299) | def singapore_license_plate method version (line 314) | def version method singapore_checksum (line 320) | def singapore_checksum(plate_number) FILE: lib/faker/default/verb.rb type Faker (line 3) | module Faker class Verb (line 4) | class Verb < Base method base (line 15) | def base method past (line 28) | def past method past_participle (line 41) | def past_participle method simple_present (line 54) | def simple_present method ing_form (line 67) | def ing_form FILE: lib/faker/default/vulnerability_identifier.rb type Faker (line 3) | module Faker class VulnerabilityIdentifier (line 4) | class VulnerabilityIdentifier < Base method cve (line 17) | def cve(year: ::Date.today.year) FILE: lib/faker/default/world_cup.rb type Faker (line 3) | module Faker class WorldCup (line 4) | class WorldCup < Base method team (line 15) | def team method city (line 28) | def city method stadium (line 41) | def stadium method group (line 56) | def group(group: 'group_A') method roster (line 72) | def roster(country: 'Egypt', type: 'coach') FILE: lib/faker/default/x.rb type Faker (line 3) | module Faker class X (line 4) | class X < Base method user (line 15) | def user method tweet (line 66) | def tweet(include_media: false, include_user: false) method screen_name (line 100) | def screen_name method id (line 106) | def id method created_at (line 110) | def created_at method url (line 114) | def url method user_entities (line 118) | def user_entities method tweet_entities (line 131) | def tweet_entities method media (line 154) | def media(media_key) method tweet_item (line 167) | def tweet_item FILE: lib/faker/fantasy/tolkien.rb type Faker (line 3) | module Faker class Fantasy (line 4) | class Fantasy class Tolkien (line 5) | class Tolkien < Base method character (line 19) | def character method location (line 33) | def location method race (line 47) | def race method poem (line 61) | def poem FILE: lib/faker/games/clash_of_clans.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class ClashOfClans (line 5) | class ClashOfClans < Base method troop (line 16) | def troop method rank (line 29) | def rank method defensive_building (line 42) | def defensive_building FILE: lib/faker/games/control.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Control (line 5) | class Control < Base method character (line 16) | def character method location (line 29) | def location method object_of_power (line 42) | def object_of_power method altered_item (line 55) | def altered_item method altered_world_event (line 68) | def altered_world_event method hiss (line 81) | def hiss method the_board (line 94) | def the_board method quote (line 107) | def quote FILE: lib/faker/games/dnd.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class DnD (line 5) | class DnD < Base method alignment (line 16) | def alignment method background (line 29) | def background method city (line 42) | def city method first_name (line 55) | def first_name method klass (line 68) | def klass method language (line 81) | def language method last_name (line 94) | def last_name method melee_weapon (line 107) | def melee_weapon method monster (line 120) | def monster method name (line 133) | def name method race (line 146) | def race method ranged_weapon (line 159) | def ranged_weapon method title_name (line 172) | def title_name FILE: lib/faker/games/dota.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Dota (line 5) | class Dota < Base method building (line 16) | def building method hero (line 29) | def hero method item (line 42) | def item method team (line 55) | def team method player (line 68) | def player method quote (line 83) | def quote(hero: 'abaddon') FILE: lib/faker/games/elder_scrolls.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class ElderScrolls (line 5) | class ElderScrolls < Base method race (line 16) | def race method city (line 29) | def city method creature (line 42) | def creature method region (line 55) | def region method dragon (line 68) | def dragon method name (line 81) | def name method first_name (line 94) | def first_name method last_name (line 107) | def last_name method weapon (line 120) | def weapon method jewelry (line 133) | def jewelry FILE: lib/faker/games/fallout.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Fallout (line 5) | class Fallout < Base method character (line 16) | def character method faction (line 29) | def faction method location (line 42) | def location method quote (line 56) | def quote FILE: lib/faker/games/final_fantasy_xiv.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class FinalFantasyXIV (line 5) | class FinalFantasyXIV < Base method character (line 16) | def character method job (line 29) | def job method race (line 41) | def race method data_center (line 54) | def data_center method zone (line 67) | def zone FILE: lib/faker/games/game.rb type Faker (line 3) | module Faker class Game (line 4) | class Game < Base method title (line 17) | def title method genre (line 30) | def genre method platform (line 43) | def platform FILE: lib/faker/games/half_life.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class HalfLife (line 5) | class HalfLife < Base method character (line 16) | def character method enemy (line 29) | def enemy method location (line 42) | def location FILE: lib/faker/games/heroes.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Heroes (line 5) | class Heroes < Base method name (line 16) | def name method specialty (line 29) | def specialty method klass (line 42) | def klass method artifact (line 55) | def artifact FILE: lib/faker/games/heroes_of_the_storm.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class HeroesOfTheStorm (line 5) | class HeroesOfTheStorm < Base method battleground (line 16) | def battleground method class_name (line 29) | def class_name method hero (line 42) | def hero method quote (line 55) | def quote FILE: lib/faker/games/league_of_legends.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class LeagueOfLegends (line 5) | class LeagueOfLegends < Base method champion (line 16) | def champion method location (line 29) | def location method quote (line 42) | def quote method summoner_spell (line 55) | def summoner_spell method masteries (line 68) | def masteries method rank (line 81) | def rank FILE: lib/faker/games/minecraft.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Minecraft (line 5) | class Minecraft < Base method achievement (line 16) | def achievement method biome (line 29) | def biome method block (line 42) | def block method enchantment (line 55) | def enchantment method game_mode (line 68) | def game_mode method item (line 81) | def item method mob (line 94) | def mob method status_effect (line 107) | def status_effect FILE: lib/faker/games/myst.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Myst (line 5) | class Myst < Base method game (line 16) | def game method creature (line 29) | def creature method age (line 42) | def age method character (line 55) | def character method quote (line 68) | def quote FILE: lib/faker/games/overwatch.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Overwatch (line 5) | class Overwatch < Base method hero (line 16) | def hero method location (line 29) | def location method quote (line 42) | def quote FILE: lib/faker/games/pokemon.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Pokemon (line 5) | class Pokemon < Base method name (line 16) | def name method location (line 29) | def location method move (line 42) | def move FILE: lib/faker/games/sonic_the_hedgehog.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class SonicTheHedgehog (line 5) | class SonicTheHedgehog < Base method character (line 16) | def character method zone (line 29) | def zone method game (line 42) | def game FILE: lib/faker/games/street_fighter.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class StreetFighter (line 5) | class StreetFighter < Base method character (line 16) | def character method stage (line 29) | def stage method quote (line 42) | def quote method move (line 55) | def move FILE: lib/faker/games/super_mario.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class SuperMario (line 5) | class SuperMario < Base method character (line 16) | def character method game (line 29) | def game method location (line 42) | def location FILE: lib/faker/games/super_smash_bros.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class SuperSmashBros (line 5) | class SuperSmashBros < Base method fighter (line 16) | def fighter method stage (line 29) | def stage FILE: lib/faker/games/tarkov.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Tarkov (line 5) | class Tarkov < Base method location (line 16) | def location method trader (line 29) | def trader method item (line 42) | def item method weapon (line 55) | def weapon method boss (line 68) | def boss method faction (line 81) | def faction method quest (line 94) | def quest method prapor_quest (line 108) | def prapor_quest method therapist_quest (line 121) | def therapist_quest method skier_quest (line 134) | def skier_quest method peacekeeper_quest (line 147) | def peacekeeper_quest method mechanic_quest (line 160) | def mechanic_quest method ragman_quest (line 173) | def ragman_quest method jaeger_quest (line 186) | def jaeger_quest method fence_quest (line 199) | def fence_quest FILE: lib/faker/games/touhou.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Touhou (line 5) | class Touhou < Base method game (line 17) | def game method character (line 30) | def character method location (line 43) | def location method spell_card (line 56) | def spell_card method song (line 69) | def song FILE: lib/faker/games/warhammer_fantasy.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class WarhammerFantasy (line 5) | class WarhammerFantasy < Base method hero (line 16) | def hero method quote (line 29) | def quote method location (line 42) | def location method faction (line 55) | def faction method creature (line 68) | def creature FILE: lib/faker/games/witcher.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Witcher (line 5) | class Witcher < Base method character (line 16) | def character method witcher (line 29) | def witcher method school (line 42) | def school method location (line 55) | def location method quote (line 68) | def quote method monster (line 81) | def monster method sign (line 94) | def sign method potion (line 107) | def potion method book (line 120) | def book FILE: lib/faker/games/world_of_warcraft.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class WorldOfWarcraft (line 5) | class WorldOfWarcraft < Base method hero (line 16) | def hero method class_name (line 29) | def class_name method race (line 41) | def race method quote (line 54) | def quote FILE: lib/faker/games/zelda.rb type Faker (line 3) | module Faker class Games (line 4) | class Games class Zelda (line 5) | class Zelda < Base method game (line 17) | def game method character (line 30) | def character method location (line 43) | def location method item (line 56) | def item FILE: lib/faker/japanese_media/conan.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class Conan (line 5) | class Conan < Base method character (line 16) | def character method gadget (line 29) | def gadget method vehicle (line 42) | def vehicle FILE: lib/faker/japanese_media/cowboy_bebop.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class CowboyBebop (line 5) | class CowboyBebop < Base method character (line 16) | def character method episode (line 29) | def episode method song (line 42) | def song method quote (line 55) | def quote FILE: lib/faker/japanese_media/doraemon.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class Doraemon (line 5) | class Doraemon < Base method character (line 16) | def character method gadget (line 29) | def gadget method location (line 42) | def location FILE: lib/faker/japanese_media/dragon_ball.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class DragonBall (line 5) | class DragonBall < Base method character (line 16) | def character method race (line 29) | def race method planet (line 42) | def planet FILE: lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class FullmetalAlchemistBrotherhood (line 5) | class FullmetalAlchemistBrotherhood < Base method character (line 16) | def character method city (line 29) | def city method country (line 42) | def country FILE: lib/faker/japanese_media/kamen_rider.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class KamenRider (line 5) | class KamenRider < Base method eras= (line 9) | def eras=(new_eras) method kamen_rider (line 23) | def kamen_rider(*eras) method user (line 36) | def user(*eras) method series (line 49) | def series(*eras) method collectible_device (line 62) | def collectible_device(*eras) method transformation_device (line 75) | def transformation_device(*eras) method eras (line 81) | def eras method from_eras (line 85) | def from_eras(*input_eras, field:) class UnavailableInEra (line 98) | class UnavailableInEra < StandardError; end FILE: lib/faker/japanese_media/naruto.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class Naruto (line 5) | class Naruto < Base method character (line 16) | def character method village (line 29) | def village method eye (line 42) | def eye method demon (line 55) | def demon FILE: lib/faker/japanese_media/one_piece.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class OnePiece (line 5) | class OnePiece < Base method character (line 16) | def character method sea (line 29) | def sea method island (line 42) | def island method location (line 55) | def location method quote (line 68) | def quote method akuma_no_mi (line 81) | def akuma_no_mi FILE: lib/faker/japanese_media/studio_ghibli.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class StudioGhibli (line 5) | class StudioGhibli < Base method character (line 16) | def character method quote (line 29) | def quote method movie (line 42) | def movie FILE: lib/faker/japanese_media/sword_art_online.rb type Faker (line 3) | module Faker class JapaneseMedia (line 4) | class JapaneseMedia class SwordArtOnline (line 5) | class SwordArtOnline < Base method real_name (line 16) | def real_name method game_name (line 29) | def game_name method location (line 42) | def location method item (line 55) | def item FILE: lib/faker/locations/australia.rb type Faker (line 3) | module Faker class Locations (line 4) | class Locations class Australia (line 5) | class Australia < Base method location (line 17) | def location method animal (line 30) | def animal method state (line 43) | def state FILE: lib/faker/movies/avatar.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Avatar (line 5) | class Avatar < Base method character (line 16) | def character method date (line 29) | def date method quote (line 43) | def quote FILE: lib/faker/movies/back_to_the_future.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class BackToTheFuture (line 5) | class BackToTheFuture < Base method character (line 16) | def character method date (line 29) | def date method quote (line 43) | def quote FILE: lib/faker/movies/departed.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Departed (line 5) | class Departed < Base method actor (line 16) | def actor method character (line 29) | def character method quote (line 43) | def quote FILE: lib/faker/movies/ghostbusters.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Ghostbusters (line 5) | class Ghostbusters < Base method actor (line 16) | def actor method character (line 29) | def character method quote (line 43) | def quote FILE: lib/faker/movies/hackers.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Hackers (line 5) | class Hackers < Base method character (line 16) | def character method handle (line 29) | def handle method quote (line 42) | def quote FILE: lib/faker/movies/harry_potter.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class HarryPotter (line 5) | class HarryPotter < Base method character (line 16) | def character method location (line 29) | def location method quote (line 42) | def quote method book (line 55) | def book method house (line 68) | def house method spell (line 81) | def spell FILE: lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class HitchhikersGuideToTheGalaxy (line 5) | class HitchhikersGuideToTheGalaxy < Base method character (line 16) | def character method location (line 30) | def location method marvin_quote (line 44) | def marvin_quote method planet (line 58) | def planet method quote (line 72) | def quote method specie (line 86) | def specie method starship (line 100) | def starship FILE: lib/faker/movies/hobbit.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Hobbit (line 5) | class Hobbit < Base method character (line 16) | def character method thorins_company (line 29) | def thorins_company method quote (line 43) | def quote method location (line 56) | def location FILE: lib/faker/movies/how_to_train_your_dragon.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class HowToTrainYourDragon (line 5) | class HowToTrainYourDragon < Base method character (line 16) | def character method location (line 29) | def location method dragon (line 42) | def dragon FILE: lib/faker/movies/lebowski.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Lebowski (line 5) | class Lebowski < Base method actor (line 16) | def actor method character (line 29) | def character method quote (line 42) | def quote FILE: lib/faker/movies/lord_of_the_rings.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class LordOfTheRings (line 5) | class LordOfTheRings < Base method character (line 16) | def character method location (line 29) | def location method quote (line 43) | def quote FILE: lib/faker/movies/movie.rb type Faker (line 3) | module Faker class Movie (line 4) | class Movie < Base method title (line 15) | def title method quote (line 28) | def quote FILE: lib/faker/movies/princess_bride.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class PrincessBride (line 5) | class PrincessBride < Base method character (line 16) | def character method quote (line 30) | def quote FILE: lib/faker/movies/star_wars.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class StarWars (line 5) | class StarWars < Base method call_squadron (line 16) | def call_squadron method call_sign (line 29) | def call_sign method call_number (line 42) | def call_number method character (line 55) | def character method droid (line 68) | def droid method planet (line 81) | def planet method specie (line 94) | def specie method vehicle (line 107) | def vehicle method wookiee_sentence (line 119) | def wookiee_sentence method quote (line 141) | def quote(character: nil) method call_numbers (line 169) | def call_numbers method call_squadrons (line 182) | def call_squadrons method characters (line 195) | def characters method droids (line 208) | def droids method planets (line 221) | def planets method species (line 234) | def species method vehicles (line 247) | def vehicles method wookiee_words (line 260) | def wookiee_words FILE: lib/faker/movies/the_room.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class TheRoom (line 5) | class TheRoom < Base method actor (line 16) | def actor method character (line 29) | def character method location (line 42) | def location method quote (line 57) | def quote FILE: lib/faker/movies/tron.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class Tron (line 5) | class Tron < Base method character (line 16) | def character method game (line 29) | def game method location (line 42) | def location method program (line 55) | def program method quote (line 73) | def quote(character: nil) method tagline (line 101) | def tagline method user (line 114) | def user method vehicle (line 127) | def vehicle method characters (line 131) | def characters method games (line 135) | def games method locations (line 139) | def locations method programs (line 143) | def programs method taglines (line 147) | def taglines method users (line 151) | def users method vehicles (line 155) | def vehicles FILE: lib/faker/movies/v_for_vendetta.rb type Faker (line 3) | module Faker class Movies (line 4) | class Movies class VForVendetta (line 5) | class VForVendetta < Base method character (line 16) | def character method speech (line 30) | def speech method quote (line 44) | def quote FILE: lib/faker/music/bossa_nova.rb type Faker (line 5) | module Faker class Music (line 6) | class Music class BossaNova (line 7) | class BossaNova < Base method artist (line 18) | def artist method song (line 31) | def song FILE: lib/faker/music/grateful_dead.rb type Faker (line 5) | module Faker class Music (line 6) | class Music class GratefulDead (line 7) | class GratefulDead < Base method player (line 18) | def player method song (line 31) | def song FILE: lib/faker/music/hiphop.rb type Faker (line 3) | module Faker class Music (line 4) | class Music class Hiphop (line 5) | class Hiphop < Base method artist (line 16) | def artist method groups (line 29) | def groups method subgenres (line 42) | def subgenres FILE: lib/faker/music/music.rb type Faker (line 3) | module Faker class Music (line 4) | class Music < Base method key (line 20) | def key method chord (line 33) | def chord method instrument (line 46) | def instrument method keys (line 56) | def keys method key_variants (line 66) | def key_variants method key_types (line 79) | def key_types method chord_types (line 89) | def chord_types method band (line 102) | def band method album (line 115) | def album method genre (line 128) | def genre method mambo_no_5 (line 140) | def mambo_no_5 FILE: lib/faker/music/opera.rb type Faker (line 3) | module Faker class Music (line 5) | class Music class Opera (line 6) | class Opera < Base method verdi (line 17) | def verdi method rossini (line 30) | def rossini method donizetti (line 43) | def donizetti method bellini (line 56) | def bellini method mozart (line 69) | def mozart method mozart_italian (line 83) | def mozart_italian method mozart_german (line 96) | def mozart_german method gluck (line 109) | def gluck method gluck_italian (line 123) | def gluck_italian method gluck_french (line 136) | def gluck_french method beethoven (line 149) | def beethoven method weber (line 162) | def weber method strauss (line 175) | def strauss method wagner (line 188) | def wagner method schumann (line 201) | def schumann method schubert (line 214) | def schubert method berg (line 227) | def berg method ravel (line 240) | def ravel method berlioz (line 253) | def berlioz method bizet (line 266) | def bizet method gounod (line 279) | def gounod method saint_saens (line 292) | def saint_saens FILE: lib/faker/music/pearl_jam.rb type Faker (line 5) | module Faker class Music (line 6) | class Music class PearlJam (line 7) | class PearlJam < Base method musician (line 18) | def musician method album (line 31) | def album method song (line 44) | def song FILE: lib/faker/music/phish.rb type Faker (line 3) | module Faker class Music (line 4) | class Music class Phish (line 5) | class Phish < Base method album (line 16) | def album method musician (line 29) | def musician method song (line 42) | def song FILE: lib/faker/music/prince.rb type Faker (line 3) | module Faker class Music (line 4) | class Music class Prince (line 5) | class Prince < Base method song (line 17) | def song method lyric (line 31) | def lyric method album (line 45) | def album method band (line 58) | def band FILE: lib/faker/music/rock_band.rb type Faker (line 3) | module Faker class Music (line 4) | class Music class RockBand (line 5) | class RockBand < Base method name (line 16) | def name method song (line 28) | def song FILE: lib/faker/music/rush.rb type Faker (line 5) | module Faker class Music (line 6) | class Music class Rush (line 7) | class Rush < Base method player (line 18) | def player method album (line 31) | def album FILE: lib/faker/music/smashing_pumpkins.rb type Faker (line 5) | module Faker class Music (line 6) | class Music class SmashingPumpkins (line 7) | class SmashingPumpkins < Base method musician (line 18) | def musician method album (line 31) | def album method lyric (line 45) | def lyric method song (line 58) | def song FILE: lib/faker/music/umphreys_mcgee.rb type Faker (line 3) | module Faker class Music (line 4) | class Music class UmphreysMcgee (line 5) | class UmphreysMcgee < Base method song (line 16) | def song FILE: lib/faker/quotes/chiquito.rb type Faker (line 3) | module Faker class Quotes (line 4) | class Quotes class Chiquito (line 5) | class Chiquito < Base method expression (line 16) | def expression method term (line 29) | def term method joke (line 43) | def joke method sentence (line 56) | def sentence method expressions (line 62) | def expressions method terms (line 66) | def terms method jokes (line 70) | def jokes method sentences (line 74) | def sentences FILE: lib/faker/quotes/quote.rb type Faker (line 3) | module Faker class Quote (line 4) | class Quote < Base method famous_last_words (line 15) | def famous_last_words method jack_handey (line 28) | def jack_handey method matz (line 41) | def matz method most_interesting_man_in_the_world (line 54) | def most_interesting_man_in_the_world method robin (line 67) | def robin method singular_siegler (line 80) | def singular_siegler method yoda (line 93) | def yoda method fortune_cookie (line 106) | def fortune_cookie method mitch_hedberg (line 119) | def mitch_hedberg FILE: lib/faker/quotes/rajnikanth.rb type Faker (line 3) | module Faker class Quotes (line 4) | class Quotes class Rajnikanth (line 5) | class Rajnikanth < Base method joke (line 21) | def joke FILE: lib/faker/quotes/shakespeare.rb type Faker (line 3) | module Faker class Quotes (line 4) | class Quotes class Shakespeare (line 5) | class Shakespeare < Base method hamlet_quote (line 16) | def hamlet_quote method as_you_like_it_quote (line 29) | def as_you_like_it_quote method king_richard_iii_quote (line 42) | def king_richard_iii_quote method romeo_and_juliet_quote (line 55) | def romeo_and_juliet_quote method hamlet (line 68) | def hamlet method as_you_like_it (line 81) | def as_you_like_it method king_richard_iii (line 92) | def king_richard_iii method romeo_and_juliet (line 105) | def romeo_and_juliet FILE: lib/faker/religion/bible.rb type Faker (line 3) | module Faker type Religion (line 4) | module Religion class Bible (line 5) | class Bible < Base method character (line 18) | def character method location (line 31) | def location method quote (line 44) | def quote FILE: lib/faker/sports/basketball.rb type Faker (line 3) | module Faker class Sports (line 4) | class Sports class Basketball (line 5) | class Basketball < Base method team (line 16) | def team method player (line 29) | def player method coach (line 42) | def coach method position (line 55) | def position FILE: lib/faker/sports/chess.rb type Faker (line 3) | module Faker class Sports (line 4) | class Sports class Chess (line 5) | class Chess < Base method player (line 16) | def player method federation (line 29) | def federation method tournament (line 33) | def tournament method rating (line 46) | def rating(from: 2000, to: 2900) method opening (line 71) | def opening method title (line 84) | def title FILE: lib/faker/sports/football.rb type Faker (line 3) | module Faker class Sports (line 4) | class Sports class Football (line 5) | class Football < Base method team (line 16) | def team method player (line 29) | def player method coach (line 42) | def coach method competition (line 55) | def competition method position (line 68) | def position FILE: lib/faker/sports/mountaineering.rb type Faker (line 3) | module Faker class Sports (line 4) | class Sports class Mountaineering (line 5) | class Mountaineering < Base method mountaineer (line 16) | def mountaineer FILE: lib/faker/sports/sport.rb type Faker (line 3) | module Faker class Sport (line 4) | class Sport < Base method sport (line 24) | def sport(include_ancient: false, include_unusual: false) method summer_olympics_sport (line 46) | def summer_olympics_sport method winter_olympics_sport (line 59) | def winter_olympics_sport method summer_paralympics_sport (line 72) | def summer_paralympics_sport method winter_paralympics_sport (line 85) | def winter_paralympics_sport method unusual_sport (line 98) | def unusual_sport method ancient_olympics_sport (line 111) | def ancient_olympics_sport FILE: lib/faker/sports/volleyball.rb type Faker (line 3) | module Faker class Sports (line 4) | class Sports class Volleyball (line 5) | class Volleyball < Base method team (line 16) | def team method player (line 29) | def player method coach (line 42) | def coach method position (line 55) | def position method formation (line 68) | def formation FILE: lib/faker/travel/airport.rb type Faker (line 3) | module Faker class Travel (line 4) | class Travel class Airport (line 5) | class Airport < Base method name (line 20) | def name(size:, region:) method iata (line 37) | def iata(size:, region:) FILE: lib/faker/travel/train_station.rb type Faker (line 3) | module Faker class Travel (line 4) | class Travel class TrainStation (line 5) | class TrainStation < Base method name (line 22) | def name(region: nil, type: nil) method fill_missing_inputs_with_samples (line 29) | def fill_missing_inputs_with_samples(region, type) method validate_arguments (line 46) | def validate_arguments(argument, correct_values, argument_name) FILE: lib/faker/tv_shows/aqua_teen_hunger_force.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class AquaTeenHungerForce (line 5) | class AquaTeenHungerForce < Base method character (line 18) | def character method quote (line 31) | def quote FILE: lib/faker/tv_shows/archer.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Archer (line 5) | class Archer < Base method character (line 18) | def character method location (line 31) | def location method quote (line 45) | def quote FILE: lib/faker/tv_shows/big_bang_theory.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class BigBangTheory (line 5) | class BigBangTheory < Base method character (line 18) | def character method quote (line 31) | def quote FILE: lib/faker/tv_shows/bojack_horseman.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class BojackHorseman (line 5) | class BojackHorseman < Base method character (line 18) | def character method tongue_twister (line 31) | def tongue_twister method quote (line 45) | def quote FILE: lib/faker/tv_shows/breaking_bad.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class BreakingBad (line 5) | class BreakingBad < Base method character (line 18) | def character method episode (line 31) | def episode FILE: lib/faker/tv_shows/brooklyn_nine_nine.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class BrooklynNineNine (line 5) | class BrooklynNineNine < Base method character (line 18) | def character method quote (line 32) | def quote FILE: lib/faker/tv_shows/buffy.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Buffy (line 5) | class Buffy < Base method character (line 18) | def character method quote (line 31) | def quote method actor (line 44) | def actor method big_bad (line 57) | def big_bad method episode (line 70) | def episode FILE: lib/faker/tv_shows/community.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Community (line 5) | class Community < Base method characters (line 18) | def characters method quotes (line 32) | def quotes FILE: lib/faker/tv_shows/dr_who.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class DrWho (line 5) | class DrWho < Base method character (line 18) | def character method the_doctor (line 31) | def the_doctor method actor (line 44) | def actor method catch_phrase (line 57) | def catch_phrase method quote (line 70) | def quote method villain (line 83) | def villain method specie (line 96) | def specie FILE: lib/faker/tv_shows/dumb_and_dumber.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class DumbAndDumber (line 5) | class DumbAndDumber < Base method actor (line 18) | def actor method character (line 31) | def character method quote (line 45) | def quote FILE: lib/faker/tv_shows/family_guy.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class FamilyGuy (line 5) | class FamilyGuy < Base method character (line 18) | def character method location (line 31) | def location method quote (line 45) | def quote FILE: lib/faker/tv_shows/final_space.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class FinalSpace (line 5) | class FinalSpace < Base method character (line 18) | def character method vehicle (line 31) | def vehicle method quote (line 45) | def quote FILE: lib/faker/tv_shows/friends.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Friends (line 5) | class Friends < Base method character (line 18) | def character method location (line 31) | def location method quote (line 44) | def quote FILE: lib/faker/tv_shows/futurama.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Futurama (line 5) | class Futurama < Base method character (line 18) | def character method location (line 31) | def location method quote (line 45) | def quote method hermes_catchphrase (line 59) | def hermes_catchphrase FILE: lib/faker/tv_shows/game_of_thrones.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class GameOfThrones (line 5) | class GameOfThrones < Base method character (line 18) | def character method house (line 31) | def house method city (line 44) | def city method quote (line 58) | def quote method dragon (line 71) | def dragon FILE: lib/faker/tv_shows/hey_arnold.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class HeyArnold (line 5) | class HeyArnold < Base method character (line 18) | def character method location (line 31) | def location method quote (line 44) | def quote FILE: lib/faker/tv_shows/how_i_met_your_mother.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class HowIMetYourMother (line 5) | class HowIMetYourMother < Base method character (line 18) | def character method catch_phrase (line 31) | def catch_phrase method high_five (line 44) | def high_five method quote (line 58) | def quote FILE: lib/faker/tv_shows/michael_scott.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class MichaelScott (line 5) | class MichaelScott < Base method quote (line 17) | def quote FILE: lib/faker/tv_shows/new_girl.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class NewGirl (line 5) | class NewGirl < Base method character (line 18) | def character method quote (line 32) | def quote FILE: lib/faker/tv_shows/parks_and_rec.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class ParksAndRec (line 5) | class ParksAndRec < Base method character (line 18) | def character method city (line 31) | def city FILE: lib/faker/tv_shows/rick_and_morty.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class RickAndMorty (line 5) | class RickAndMorty < Base method character (line 18) | def character method location (line 31) | def location method quote (line 45) | def quote FILE: lib/faker/tv_shows/ru_paul.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class RuPaul (line 5) | class RuPaul < Base method quote (line 18) | def quote method queen (line 31) | def queen FILE: lib/faker/tv_shows/seinfeld.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Seinfeld (line 5) | class Seinfeld < Base method business (line 18) | def business method character (line 31) | def character method quote (line 45) | def quote FILE: lib/faker/tv_shows/silicon_valley.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class SiliconValley (line 5) | class SiliconValley < Base method character (line 18) | def character method company (line 31) | def company method quote (line 45) | def quote method app (line 58) | def app method invention (line 72) | def invention method motto (line 86) | def motto method url (line 99) | def url method email (line 112) | def email FILE: lib/faker/tv_shows/simpsons.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Simpsons (line 5) | class Simpsons < Base method character (line 18) | def character method location (line 31) | def location method quote (line 45) | def quote method episode_title (line 59) | def episode_title FILE: lib/faker/tv_shows/south_park.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class SouthPark (line 5) | class SouthPark < Base method character (line 18) | def character method quote (line 32) | def quote method episode_name (line 47) | def episode_name FILE: lib/faker/tv_shows/spongebob.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Spongebob (line 5) | class Spongebob < Base method character (line 18) | def character method quote (line 31) | def quote method episode (line 44) | def episode FILE: lib/faker/tv_shows/star_trek.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class StarTrek (line 5) | class StarTrek < Base method character (line 18) | def character method location (line 31) | def location method specie (line 44) | def specie method villain (line 57) | def villain FILE: lib/faker/tv_shows/stargate.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Stargate (line 5) | class Stargate < Base method character (line 18) | def character method planet (line 31) | def planet method quote (line 45) | def quote FILE: lib/faker/tv_shows/stranger_things.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class StrangerThings (line 5) | class StrangerThings < Base method quote (line 18) | def quote method character (line 32) | def character FILE: lib/faker/tv_shows/suits.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Suits (line 5) | class Suits < Base method character (line 18) | def character method quote (line 31) | def quote FILE: lib/faker/tv_shows/supernatural.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class Supernatural (line 5) | class Supernatural < Base method character (line 16) | def character method creature (line 29) | def creature method weapon (line 42) | def weapon FILE: lib/faker/tv_shows/the_expanse.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class TheExpanse (line 5) | class TheExpanse < Base method character (line 18) | def character method quote (line 31) | def quote method location (line 44) | def location method ship (line 57) | def ship FILE: lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class TheFreshPrinceOfBelAir (line 5) | class TheFreshPrinceOfBelAir < Base method character (line 18) | def character method actor (line 31) | def actor method quote (line 45) | def quote FILE: lib/faker/tv_shows/the_it_crowd.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class TheITCrowd (line 5) | class TheITCrowd < Base method actor (line 18) | def actor method character (line 31) | def character method email (line 44) | def email method quote (line 58) | def quote FILE: lib/faker/tv_shows/the_office.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class TheOffice (line 5) | class TheOffice < Base method character (line 18) | def character method quote (line 31) | def quote FILE: lib/faker/tv_shows/the_thick_of_it.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class TheThickOfIt (line 5) | class TheThickOfIt < Base method character (line 18) | def character method department (line 31) | def department method position (line 45) | def position FILE: lib/faker/tv_shows/twin_peaks.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class TwinPeaks (line 5) | class TwinPeaks < Base method character (line 18) | def character method location (line 31) | def location method quote (line 45) | def quote FILE: lib/faker/tv_shows/venture_bros.rb type Faker (line 3) | module Faker class TvShows (line 4) | class TvShows class VentureBros (line 5) | class VentureBros < Base method character (line 18) | def character method organization (line 32) | def organization method vehicle (line 45) | def vehicle method quote (line 59) | def quote FILE: lib/faker/version.rb type Faker (line 3) | module Faker # :nodoc: FILE: lib/helpers/base58.rb type Faker (line 3) | module Faker type Base58 (line 4) | module Base58 function encode (line 5) | def self.encode(str) FILE: lib/helpers/char.rb type Faker (line 3) | module Faker type Char (line 4) | module Char function prepare (line 5) | def self.prepare(string) function fix_umlauts (line 11) | def self.fix_umlauts(string) function romanize_cyrillic (line 23) | def self.romanize_cyrillic(string) FILE: lib/helpers/deprecator.rb type Faker (line 7) | module Faker type Deprecator (line 59) | module Deprecator function included (line 60) | def self.included(base) function skip_warning (line 97) | def self.skip_warning function skip_warning? (line 105) | def self.skip_warning? function skip (line 109) | def self.skip function skip= (line 113) | def self.skip=(value) FILE: lib/helpers/positional_generator.rb class PositionalGenerator (line 16) | class PositionalGenerator method initialize (line 20) | def initialize(as_type, &block) method generate (line 27) | def generate class Builder (line 34) | class Builder method initialize (line 37) | def initialize(as_type) method int (line 60) | def int(name: nil, length: 1, ranges: nil) method letter (line 82) | def letter(name: nil, length: 1, ranges: ['a'..'z', 'A'..'Z']) method lit (line 94) | def lit(value, name: nil) method computed (line 117) | def computed(name: nil, deps: [], &block) method oneof (line 143) | def oneof(name: nil, &block) method group (line 153) | def group(name: nil, &block) method build (line 161) | def build method build_graph (line 213) | def build_graph method build_stack (line 280) | def build_stack(graph) method generate_values (line 319) | def generate_values(stack) method convert (line 344) | def convert(values) class Group (line 355) | class Group method initialize (line 356) | def initialize(as_type, block) method generate (line 361) | def generate(_) class Oneof (line 368) | class Oneof method initialize (line 369) | def initialize(builder, block) method generate (line 374) | def generate(...) class OneofSelector (line 381) | class OneofSelector method initialize (line 382) | def initialize(builder) method method_missing (line 387) | def method_missing(meth, *args, **kwargs, &block) method respond_to_missing? (line 391) | def respond_to_missing?(method_name, include_private = false) method sample (line 395) | def sample method generate (line 400) | def generate(...) class Int (line 406) | class Int method initialize (line 407) | def initialize(length, ranges) method generate (line 424) | def generate(_) class Letter (line 429) | class Letter method initialize (line 430) | def initialize(length, ranges) method generate (line 435) | def generate(_) method char (line 444) | def char class Literal (line 460) | class Literal method initialize (line 461) | def initialize(value) method generate (line 465) | def generate(_) class Computed (line 470) | class Computed method initialize (line 471) | def initialize(block) method generate (line 475) | def generate(args) FILE: lib/helpers/unique_generator.rb type Faker (line 3) | module Faker class UniqueGenerator (line 4) | class UniqueGenerator method initialize (line 5) | def initialize(generator, max_retries) method method_missing (line 10) | def method_missing(name, *arguments) method respond_to_missing? (line 29) | def respond_to_missing?(method_name, include_private = false) class RetryLimitExceeded (line 33) | class RetryLimitExceeded < StandardError; end method previous_results (line 35) | def previous_results method clear (line 40) | def clear method marked_unique (line 44) | def self.marked_unique method clear (line 48) | def self.clear method exclude (line 53) | def exclude(name, arguments, values) FILE: tasks/reformat_yaml.rake function reformat_file (line 31) | def reformat_file(filename) FILE: test/faker/blockchain/test_aeternity.rb class TestFakerAeternity (line 5) | class TestFakerAeternity < Test::Unit::TestCase method setup (line 6) | def setup method test_address (line 10) | def test_address method test_transaction (line 14) | def test_transaction method test_contract (line 18) | def test_contract method test_oracle (line 22) | def test_oracle FILE: test/faker/blockchain/test_bitcoin.rb class TestFakerBitcoin (line 5) | class TestFakerBitcoin < Test::Unit::TestCase method test_address (line 6) | def test_address method test_deterministic_address (line 10) | def test_deterministic_address method test_testnet_address (line 18) | def test_testnet_address FILE: test/faker/blockchain/test_ethereum.rb class TestFakerEthereum (line 5) | class TestFakerEthereum < Test::Unit::TestCase method setup (line 6) | def setup method test_address (line 10) | def test_address FILE: test/faker/blockchain/test_tezos.rb class TestFakerTezos (line 5) | class TestFakerTezos < Test::Unit::TestCase method test_contract (line 6) | def test_contract method test_account (line 10) | def test_account method test_operation (line 14) | def test_operation method test_block (line 18) | def test_block method test_signature (line 22) | def test_signature method test_public_key (line 26) | def test_public_key method test_secret_key (line 30) | def test_secret_key method test_deterministic_contract (line 34) | def test_deterministic_contract FILE: test/faker/books/test_book.rb class TestFakerBook (line 5) | class TestFakerBook < Test::Unit::TestCase method setup (line 6) | def setup method test_title (line 10) | def test_title method test_author (line 14) | def test_author method test_publisher (line 18) | def test_publisher method test_genre (line 22) | def test_genre FILE: test/faker/books/test_dune.rb class TestFakerBooksDune (line 5) | class TestFakerBooksDune < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_title (line 14) | def test_title method test_planet (line 18) | def test_planet method test_city (line 22) | def test_city method test_quote (line 26) | def test_quote method test_saying (line 30) | def test_saying FILE: test/faker/books/test_faker_culture_series.rb class TestFakerCultureSeries (line 5) | class TestFakerCultureSeries < Test::Unit::TestCase method setup (line 6) | def setup method test_book (line 10) | def test_book method test_culture_ship (line 14) | def test_culture_ship method test_culture_ship_class (line 18) | def test_culture_ship_class method test_culture_ship_abv (line 22) | def test_culture_ship_abv method test_civ (line 26) | def test_civ method test_planet (line 30) | def test_planet FILE: test/faker/books/test_faker_dune.rb class TestFakerDune (line 5) | class TestFakerDune < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_title (line 14) | def test_title method test_city (line 18) | def test_city method test_planet (line 22) | def test_planet method test_random_quote (line 26) | def test_random_quote method test_random_character_quote (line 31) | def test_random_character_quote method test_invalid_quote (line 36) | def test_invalid_quote method test_random_saying (line 42) | def test_random_saying method test_random_source_saying (line 47) | def test_random_source_saying method test_invalid_saying (line 52) | def test_invalid_saying FILE: test/faker/books/test_lovecraft.rb class TestFakerBooksLovecraft (line 5) | class TestFakerBooksLovecraft < Test::Unit::TestCase method setup (line 6) | def setup method test_words (line 12) | def test_words method test_words_without_spaces (line 20) | def test_words_without_spaces method test_word (line 27) | def test_word method test_word_without_spaces (line 34) | def test_word_without_spaces method test_exact_count_param (line 40) | def test_exact_count_param method test_range_count_param (line 46) | def test_range_count_param method test_array_count_param (line 56) | def test_array_count_param method test_words_with_large_count_params (line 66) | def test_words_with_large_count_params method test_sentence_with_open_compounds_allowed (line 76) | def test_sentence_with_open_compounds_allowed method test_sentence_without_open_compounds_allowed (line 83) | def test_sentence_without_open_compounds_allowed method test_paragraph_char_count (line 89) | def test_paragraph_char_count method test_tome (line 95) | def test_tome method test_location (line 99) | def test_location method test_deity (line 103) | def test_deity method test_fhtagn (line 107) | def test_fhtagn FILE: test/faker/books/test_the_kingkiller_chronicle.rb class TestTheKingkillerChronicle (line 5) | class TestTheKingkillerChronicle < Test::Unit::TestCase method setup (line 6) | def setup method test_book (line 10) | def test_book method test_character (line 14) | def test_character method test_creature (line 18) | def test_creature method test_location (line 22) | def test_location FILE: test/faker/creature/test_faker_animal.rb class TestFakerCreatureAnimal (line 5) | class TestFakerCreatureAnimal < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name FILE: test/faker/creature/test_faker_bird.rb class TestFakerCreatureBird (line 5) | class TestFakerCreatureBird < Test::Unit::TestCase method setup (line 6) | def setup method test_orders (line 11) | def test_orders method test_anatomies (line 15) | def test_anatomies method test_anatomy_past_tenses (line 19) | def test_anatomy_past_tenses method test_geos (line 23) | def test_geos method test_colors (line 27) | def test_colors method test_silly_adjectives (line 31) | def test_silly_adjectives method test_adjectives (line 35) | def test_adjectives method test_common_names (line 39) | def test_common_names method test_common_names_with_specific_order (line 43) | def test_common_names_with_specific_order method test_common_names_with_specific_but_imaginary_order (line 50) | def test_common_names_with_specific_but_imaginary_order method test_common_name_with_bad_parameter (line 55) | def test_common_name_with_bad_parameter method test_order_with_common_names (line 60) | def test_order_with_common_names method test_specific_order_with_common_names (line 67) | def test_specific_order_with_common_names method test_plausible_common_names (line 74) | def test_plausible_common_names method test_implausable_common_names (line 87) | def test_implausable_common_names FILE: test/faker/creature/test_faker_cat.rb class TestFakerCat (line 5) | class TestFakerCat < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_breed (line 14) | def test_breed method test_registry (line 18) | def test_registry FILE: test/faker/creature/test_faker_dog.rb class TestFakerDog (line 5) | class TestFakerDog < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_breed (line 14) | def test_breed method test_sound (line 18) | def test_sound method test_meme_phrase (line 22) | def test_meme_phrase method test_age (line 26) | def test_age method test_gender (line 30) | def test_gender method test_coat_length (line 34) | def test_coat_length method test_size (line 38) | def test_size FILE: test/faker/creature/test_faker_horse.rb class TestFakerHorse (line 5) | class TestFakerHorse < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_breed (line 14) | def test_breed FILE: test/faker/default/test_alphanum.rb class TestFakerAlphanum (line 5) | class TestFakerAlphanum < Test::Unit::TestCase method setup (line 6) | def setup method alpha (line 10) | def alpha method alphanum (line 14) | def alphanum method test_alphanumeric_invalid_min_alpha (line 18) | def test_alphanumeric_invalid_min_alpha method test_alphanumeric_invalid_min_numeric (line 24) | def test_alphanumeric_invalid_min_numeric method test_alphanumeric_with_invalid_mins (line 30) | def test_alphanumeric_with_invalid_mins method test_alphanumeric_with_min_alpha (line 36) | def test_alphanumeric_with_min_alpha method test_alphanumeric_with_min_numeric (line 44) | def test_alphanumeric_with_min_numeric method test_alphanumeric_with_min_alpha_and_min_numeric (line 52) | def test_alphanumeric_with_min_alpha_and_min_numeric FILE: test/faker/default/test_array_sample_method_compat.rb class TestArraySampleMethodCompatibility (line 9) | class TestArraySampleMethodCompatibility < Test::Unit::TestCase method test_returns_nil_or_empty_array_with_empty_source (line 10) | def test_returns_nil_or_empty_array_with_empty_source method test_returns_one_array_elem_without_param (line 22) | def test_returns_one_array_elem_without_param method test_returns_empty_array_with_param_zero (line 29) | def test_returns_empty_array_with_param_zero method test_returns_an_array_with_integer_param (line 36) | def test_returns_an_array_with_integer_param method test_returns_source_array_with_integer_param_equal_or_bigger_than_source_length (line 45) | def test_returns_source_array_with_integer_param_equal_or_bigger_than_... method test_raises_argument_error_with_negative_param (line 58) | def test_raises_argument_error_with_negative_param FILE: test/faker/default/test_avatar.rb class TestFakerAvatar (line 5) | class TestFakerAvatar < Test::Unit::TestCase method setup (line 6) | def setup method test_avatar (line 10) | def test_avatar method test_avatar_with_param (line 14) | def test_avatar_with_param method test_avatar_with_correct_size (line 18) | def test_avatar_with_correct_size method test_avatar_with_incorrect_size (line 22) | def test_avatar_with_incorrect_size method test_avatar_with_supported_format (line 28) | def test_avatar_with_supported_format method test_avatar_with_incorrect_format (line 32) | def test_avatar_with_incorrect_format method test_avatar_with_set (line 38) | def test_avatar_with_set method test_avatar_with_bgset (line 42) | def test_avatar_with_bgset FILE: test/faker/default/test_barcodes.rb class TestFakerBarcodes (line 5) | class TestFakerBarcodes < Test::Unit::TestCase method setup (line 6) | def setup method test_ean (line 10) | def test_ean method test_ean_with_composite_symbology (line 21) | def test_ean_with_composite_symbology method test_upc_a (line 32) | def test_upc_a method test_upc_a_with_composite_symbol (line 37) | def test_upc_a_with_composite_symbol method test_upc_e (line 42) | def test_upc_e method test_upc_e_with_composite_symbol (line 47) | def test_upc_e_with_composite_symbol method test_isbn (line 52) | def test_isbn method test_ismn (line 57) | def test_ismn method test_issn (line 62) | def test_issn method test_sum_even_odd (line 67) | def test_sum_even_odd method test_generate_check_digit (line 72) | def test_generate_check_digit FILE: test/faker/default/test_country_code.rb class TestCountryCode (line 5) | class TestCountryCode < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_country_code_expected_length (line 15) | def test_country_code_expected_length method test_country_code_long_expected_length (line 19) | def test_country_code_long_expected_length method test_all_country_code_have_country (line 23) | def test_all_country_code_have_country FILE: test/faker/default/test_faker_address.rb class TestFakerAddress (line 5) | class TestFakerAddress < Test::Unit::TestCase method setup (line 6) | def setup method test_city (line 10) | def test_city method test_city_with_state (line 14) | def test_city_with_state method test_street_name (line 18) | def test_street_name method test_street_address (line 22) | def test_street_address method test_secondary_address (line 26) | def test_secondary_address method test_building_number (line 30) | def test_building_number method test_mail_box (line 34) | def test_mail_box method test_zip_code (line 38) | def test_zip_code method test_time_zone (line 42) | def test_time_zone method test_street_suffix (line 46) | def test_street_suffix method test_city_suffix (line 50) | def test_city_suffix method test_city_prefix (line 54) | def test_city_prefix method test_state_abbr (line 58) | def test_state_abbr method test_state (line 62) | def test_state method test_country (line 66) | def test_country method test_country_by_code (line 70) | def test_country_by_code method test_country_name_to_code (line 74) | def test_country_name_to_code method test_country_code (line 78) | def test_country_code method test_latitude (line 82) | def test_latitude method test_longitude (line 86) | def test_longitude method test_full_address (line 90) | def test_full_address method test_full_address_as_hash (line 94) | def test_full_address_as_hash method test_full_address_as_hash_by_longitude (line 98) | def test_full_address_as_hash_by_longitude FILE: test/faker/default/test_faker_adjective.rb class TestFakerAdjective (line 5) | class TestFakerAdjective < Test::Unit::TestCase method setup (line 6) | def setup method test_positive (line 10) | def test_positive method test_negative (line 14) | def test_negative FILE: test/faker/default/test_faker_ancient.rb class TestFakerAncient (line 5) | class TestFakerAncient < Test::Unit::TestCase method setup (line 6) | def setup method test_god (line 10) | def test_god method test_primordial (line 14) | def test_primordial method test_titan (line 18) | def test_titan method test_hero (line 22) | def test_hero FILE: test/faker/default/test_faker_app.rb class TestFakerApp (line 5) | class TestFakerApp < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_basic_semantic_version (line 14) | def test_basic_semantic_version method test_major_semantic_version (line 22) | def test_major_semantic_version method test_minor_semantic_version (line 30) | def test_minor_semantic_version method test_patch_semantic_version (line 38) | def test_patch_semantic_version method test_all_semantic_version (line 46) | def test_all_semantic_version method test_specific_major_version (line 54) | def test_specific_major_version FILE: test/faker/default/test_faker_appliance.rb class TestFakerAppliance (line 5) | class TestFakerAppliance < Test::Unit::TestCase method setup (line 6) | def setup method test_brand (line 10) | def test_brand method test_equipment (line 14) | def test_equipment FILE: test/faker/default/test_faker_artist.rb class TestFakerArtist (line 5) | class TestFakerArtist < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name FILE: test/faker/default/test_faker_bank.rb class TestFakerBank (line 5) | class TestFakerBank < Test::Unit::TestCase method setup (line 8) | def setup method test_routing_number (line 12) | def test_routing_number method test_routing_number_with_format (line 24) | def test_routing_number_with_format method test_bsb_number (line 30) | def test_bsb_number method test_account_number (line 34) | def test_account_number method test_name (line 42) | def test_name method test_swift_bic (line 46) | def test_swift_bic method test_iban_country_code (line 60) | def test_iban_country_code method test_iban_default (line 64) | def test_iban_default method test_iban_rand_country (line 68) | def test_iban_rand_country method test_iban_checksum (line 72) | def test_iban_checksum method test_iban_ad (line 104) | def test_iban_ad method test_iban_ae (line 113) | def test_iban_ae method test_iban_al (line 122) | def test_iban_al method test_iban_at (line 131) | def test_iban_at method test_iban_az (line 140) | def test_iban_az method test_iban_ba (line 149) | def test_iban_ba method test_iban_be (line 158) | def test_iban_be method test_iban_bg (line 167) | def test_iban_bg method test_iban_bh (line 176) | def test_iban_bh method test_iban_br (line 185) | def test_iban_br method test_iban_ch (line 194) | def test_iban_ch method test_iban_cr (line 203) | def test_iban_cr method test_iban_cy (line 212) | def test_iban_cy method test_iban_cz (line 221) | def test_iban_cz method test_iban_de (line 230) | def test_iban_de method test_iban_dk (line 239) | def test_iban_dk method test_iban_do (line 248) | def test_iban_do method test_iban_ee (line 257) | def test_iban_ee method test_iban_es (line 266) | def test_iban_es method test_iban_fi (line 275) | def test_iban_fi method test_iban_fo (line 284) | def test_iban_fo method test_iban_fr (line 293) | def test_iban_fr method test_iban_gb (line 302) | def test_iban_gb method test_iban_ge (line 311) | def test_iban_ge method test_iban_gi (line 320) | def test_iban_gi method test_iban_gl (line 329) | def test_iban_gl method test_iban_gr (line 338) | def test_iban_gr method test_iban_gt (line 347) | def test_iban_gt method test_iban_hr (line 356) | def test_iban_hr method test_iban_hu (line 365) | def test_iban_hu method test_iban_ie (line 374) | def test_iban_ie method test_iban_il (line 383) | def test_iban_il method test_iban_is (line 392) | def test_iban_is method test_iban_it (line 401) | def test_iban_it method test_iban_kw (line 410) | def test_iban_kw method test_iban_kz (line 419) | def test_iban_kz method test_iban_lb (line 428) | def test_iban_lb method test_iban_li (line 437) | def test_iban_li method test_iban_lt (line 446) | def test_iban_lt method test_iban_lu (line 455) | def test_iban_lu method test_iban_lv (line 464) | def test_iban_lv method test_iban_mc (line 473) | def test_iban_mc method test_iban_md (line 482) | def test_iban_md method test_iban_me (line 491) | def test_iban_me method test_iban_mk (line 500) | def test_iban_mk method test_iban_mr (line 509) | def test_iban_mr method test_iban_mt (line 518) | def test_iban_mt method test_iban_mu (line 527) | def test_iban_mu method test_iban_nl (line 536) | def test_iban_nl method test_iban_no (line 545) | def test_iban_no method test_iban_pk (line 554) | def test_iban_pk method test_iban_pl (line 563) | def test_iban_pl method test_iban_ps (line 572) | def test_iban_ps method test_iban_pt (line 581) | def test_iban_pt method test_iban_qa (line 590) | def test_iban_qa method test_iban_ro (line 599) | def test_iban_ro method test_iban_rs (line 608) | def test_iban_rs method test_iban_sa (line 617) | def test_iban_sa method test_iban_se (line 626) | def test_iban_se method test_iban_si (line 635) | def test_iban_si method test_iban_sk (line 644) | def test_iban_sk method test_iban_sm (line 653) | def test_iban_sm method test_iban_tl (line 662) | def test_iban_tl method test_iban_tn (line 671) | def test_iban_tn method test_iban_tr (line 680) | def test_iban_tr method test_iban_ua (line 689) | def test_iban_ua method test_iban_vg (line 698) | def test_iban_vg method test_iban_xk (line 707) | def test_iban_xk method test_iban_invalid (line 715) | def test_iban_invalid method valid_iban_checksum? (line 724) | def valid_iban_checksum?(iban) FILE: test/faker/default/test_faker_beer.rb class TestFakerBeer (line 5) | class TestFakerBeer < Test::Unit::TestCase method setup (line 6) | def setup method test_brand (line 10) | def test_brand method test_name (line 14) | def test_name method test_style (line 18) | def test_style method test_hop (line 22) | def test_hop method test_yeast (line 26) | def test_yeast method test_malts (line 30) | def test_malts method test_ibu (line 34) | def test_ibu method test_alcohol (line 38) | def test_alcohol method test_blg (line 42) | def test_blg FILE: test/faker/default/test_faker_birthday_in_leap_year.rb class TestFakerBirthdayInLeapYear (line 5) | class TestFakerBirthdayInLeapYear < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 13) | def teardown method test_birthday_in_leap_year (line 17) | def test_birthday_in_leap_year FILE: test/faker/default/test_faker_blood.rb class TestFakerBlood (line 5) | class TestFakerBlood < Test::Unit::TestCase method setup (line 6) | def setup method test_type (line 10) | def test_type method test_rh_factor (line 14) | def test_rh_factor method test_group (line 18) | def test_group FILE: test/faker/default/test_faker_boolean.rb class TestFakerBoolean (line 6) | class TestFakerBoolean < Test::Unit::TestCase method setup (line 7) | def setup method test_boolean (line 11) | def test_boolean FILE: test/faker/default/test_faker_business.rb class TestFakerBusiness (line 5) | class TestFakerBusiness < Test::Unit::TestCase method setup (line 6) | def setup method test_credit_card_number (line 14) | def test_credit_card_number method test_credit_card_expiry_date (line 22) | def test_credit_card_expiry_date method test_credit_card_type (line 30) | def test_credit_card_type FILE: test/faker/default/test_faker_camera.rb class TestFakerCamera (line 5) | class TestFakerCamera < Test::Unit::TestCase method setup (line 6) | def setup method test_brand (line 10) | def test_brand method test_model (line 14) | def test_model method test_brand_with_model (line 18) | def test_brand_with_model FILE: test/faker/default/test_faker_cannabis.rb class TestFakerCannabis (line 5) | class TestFakerCannabis < Test::Unit::TestCase method setup (line 6) | def setup method test_strain (line 10) | def test_strain method test_cannabinoid_abbreviation (line 14) | def test_cannabinoid_abbreviation method test_cannabinoid (line 18) | def test_cannabinoid method test_terpene (line 22) | def test_terpene method test_medical_use (line 26) | def test_medical_use method test_health_benefit (line 30) | def test_health_benefit method test_category (line 34) | def test_category method test_type (line 38) | def test_type method test_buzzword (line 42) | def test_buzzword method test_brand (line 46) | def test_brand method test_locales (line 50) | def test_locales FILE: test/faker/default/test_faker_char.rb class TestFakerChar (line 5) | class TestFakerChar < Test::Unit::TestCase method setup (line 6) | def setup method test_fix_umlauts (line 10) | def test_fix_umlauts FILE: test/faker/default/test_faker_chile_rut.rb class TestChileRut (line 5) | class TestChileRut < Test::Unit::TestCase method setup (line 6) | def setup method test_full_rut (line 10) | def test_full_rut method test_rut_length (line 17) | def test_rut_length method test_rut_min_max (line 22) | def test_rut_min_max method test_check_digit (line 29) | def test_check_digit method test_full_formatted_rut (line 34) | def test_full_formatted_rut FILE: test/faker/default/test_faker_chuck_norris.rb class TestFakerChuckNorris (line 5) | class TestFakerChuckNorris < Test::Unit::TestCase method setup (line 6) | def setup method test_fact (line 10) | def test_fact FILE: test/faker/default/test_faker_city.rb class TestFakerCity (line 5) | class TestFakerCity < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 34) | def teardown method test_default_city_formats (line 38) | def test_default_city_formats method test_city_formats_are_flexible (line 48) | def test_city_formats_are_flexible FILE: test/faker/default/test_faker_code.rb class TestFakerCode (line 5) | class TestFakerCode < Test::Unit::TestCase method setup (line 6) | def setup method test_npi_regexp (line 10) | def test_npi_regexp method test_deterministic_npi (line 14) | def test_deterministic_npi method test_default_isbn_regexp (line 22) | def test_default_isbn_regexp method test_default_isbn13_regexp (line 26) | def test_default_isbn13_regexp method test_default_ean_regexp (line 30) | def test_default_ean_regexp method test_default_ean8_regexp (line 34) | def test_default_ean8_regexp method test_rut (line 38) | def test_rut method test_asin (line 42) | def test_asin method test_nric (line 46) | def test_nric method test_imei_regexp (line 50) | def test_imei_regexp method test_imei_luhn_value (line 54) | def test_imei_luhn_value method test_sin (line 58) | def test_sin method luhn_checksum_valid? (line 64) | def luhn_checksum_valid?(numbers) FILE: test/faker/default/test_faker_coffee.rb class TestFakerCoffee (line 5) | class TestFakerCoffee < Test::Unit::TestCase method setup (line 6) | def setup method test_origin (line 18) | def test_origin method test_notes (line 30) | def test_notes method test_variety (line 42) | def test_variety method test_blend_name (line 48) | def test_blend_name FILE: test/faker/default/test_faker_coin.rb class TestFakerCoin (line 5) | class TestFakerCoin < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_flip (line 14) | def test_flip FILE: test/faker/default/test_faker_color.rb class TestFakerColor (line 5) | class TestFakerColor < Test::Unit::TestCase method setup (line 6) | def setup method test_color_name (line 10) | def test_color_name method test_hex_color (line 14) | def test_hex_color method helper_hex_lightness (line 19) | def helper_hex_lightness(hex_color) method test_hex_color_light (line 24) | def test_hex_color_light method test_hex_color_dark (line 28) | def test_hex_color_dark method test_hex_color_with_hash_is_passed_to_hsl_color (line 32) | def test_hex_color_with_hash_is_passed_to_hsl_color method test_single_rgb_color (line 46) | def test_single_rgb_color method test_rgb_color (line 50) | def test_rgb_color method test_hsl_color (line 60) | def test_hsl_color method test_hsl_color_with_a_speficied_hue (line 71) | def test_hsl_color_with_a_speficied_hue method test_hsl_color_with_a_speficied_saturation (line 77) | def test_hsl_color_with_a_speficied_saturation method test_hsl_color_with_a_speficied_but_invalid_saturation (line 83) | def test_hsl_color_with_a_speficied_but_invalid_saturation method test_hsl_color_with_a_speficied_lightness (line 89) | def test_hsl_color_with_a_speficied_lightness method test_hsl_color_with_a_speficied_but_invalid_lightness (line 95) | def test_hsl_color_with_a_speficied_but_invalid_lightness method test_hsla_color (line 101) | def test_hsla_color FILE: test/faker/default/test_faker_commerce.rb class TestFakerCommerce (line 5) | class TestFakerCommerce < Test::Unit::TestCase method setup (line 6) | def setup method test_color (line 10) | def test_color method test_promotion_code (line 14) | def test_promotion_code method test_promotion_code_should_have_specified_number_of_digits (line 18) | def test_promotion_code_should_have_specified_number_of_digits method test_department (line 22) | def test_department method test_single_department_should_not_contain_separators (line 26) | def test_single_department_should_not_contain_separators method test_department_should_have_ampersand_as_default_separator (line 30) | def test_department_should_have_ampersand_as_default_separator method test_department_should_accept_localized_separator (line 34) | def test_department_should_accept_localized_separator method test_department_should_have_exact_number_of_categories_when_fixed_amount (line 54) | def test_department_should_have_exact_number_of_categories_when_fixed_... method test_department_should_never_exceed_the_max_number_of_categories_when_random_amount (line 58) | def test_department_should_never_exceed_the_max_number_of_categories_w... method test_department_should_have_no_duplicate_categories (line 64) | def test_department_should_have_no_duplicate_categories method test_product_name (line 72) | def test_product_name method test_material (line 76) | def test_material method test_price (line 80) | def test_price method test_price_with_srand (line 87) | def test_price_with_srand method test_price_is_float (line 93) | def test_price_is_float method test_when_as_string_is_true (line 97) | def test_when_as_string_is_true method test_brand (line 102) | def test_brand method test_vendor (line 106) | def test_vendor FILE: test/faker/default/test_faker_company.rb class TestFakerCompany (line 5) | class TestFakerCompany < Test::Unit::TestCase method setup (line 6) | def setup method test_ein (line 10) | def test_ein method test_duns_number (line 14) | def test_duns_number method test_logo (line 18) | def test_logo method test_buzzword (line 22) | def test_buzzword method test_type (line 26) | def test_type method test_spanish_organisation_number (line 30) | def test_spanish_organisation_number method test_swedish_organisation_number (line 35) | def test_swedish_organisation_number method test_czech_organisation_number (line 44) | def test_czech_organisation_number method test_french_siren_number (line 52) | def test_french_siren_number method test_french_siret_number (line 59) | def test_french_siret_number method test_norwegian_organisation_number (line 67) | def test_norwegian_organisation_number method test_australian_business_number (line 75) | def test_australian_business_number method test_profession (line 83) | def test_profession method test_department (line 87) | def test_department method test_polish_taxpayer_identification_number (line 91) | def test_polish_taxpayer_identification_number method test_polish_register_of_national_economy (line 101) | def test_polish_register_of_national_economy method test_mod11 (line 126) | def test_mod11 method test_south_african_pty_ltd_registration_number (line 130) | def test_south_african_pty_ltd_registration_number method test_south_african_close_corporation_registration_number (line 137) | def test_south_african_close_corporation_registration_number method test_south_african_listed_company_registration_number (line 144) | def test_south_african_listed_company_registration_number method test_south_african_trust_registration_number (line 151) | def test_south_african_trust_registration_number method test_luhn_algorithm (line 158) | def test_luhn_algorithm method test_brazilian_company_number (line 174) | def test_brazilian_company_number method test_brazilian_company_number_formatted (line 198) | def test_brazilian_company_number_formatted method test_russian_tax_number_default (line 204) | def test_russian_tax_number_default method test_russian_tax_number_individual (line 208) | def test_russian_tax_number_individual method test_russian_tax_number_region (line 212) | def test_russian_tax_number_region method test_russian_tax_number_checksum (line 216) | def test_russian_tax_number_checksum method test_sic_code (line 224) | def test_sic_code method test_spanish_cif_control_digit (line 228) | def test_spanish_cif_control_digit method test_spanish_b_algorithm (line 248) | def test_spanish_b_algorithm method text_indian_gst_number (line 253) | def text_indian_gst_number method test_state_code_in_indian_gst_number (line 257) | def test_state_code_in_indian_gst_number method test_indian_gst_number_with_state_code (line 266) | def test_indian_gst_number_with_state_code method czech_o_n_checksum (line 272) | def czech_o_n_checksum(org_no) method abn_checksum (line 282) | def abn_checksum(abn) method luhn_checksum (line 290) | def luhn_checksum(luhn) method inn_checksum (line 299) | def inn_checksum(number) method cif_valid? (line 305) | def cif_valid?(cif) FILE: test/faker/default/test_faker_compass.rb class TestFakerCompass (line 5) | class TestFakerCompass < Test::Unit::TestCase method setup (line 6) | def setup method test_cardinal (line 15) | def test_cardinal method test_ordinal (line 19) | def test_ordinal method test_half_wind (line 23) | def test_half_wind method test_quarter_wind (line 27) | def test_quarter_wind method test_direction (line 31) | def test_direction method test_abbreviation (line 35) | def test_abbreviation method test_azimuth (line 39) | def test_azimuth FILE: test/faker/default/test_faker_computer.rb class TestFakerComputer (line 5) | class TestFakerComputer < Test::Unit::TestCase method setup (line 6) | def setup method test_type (line 11) | def test_type method test_platform (line 15) | def test_platform method test_stack (line 19) | def test_stack FILE: test/faker/default/test_faker_construction.rb class TestFakerConstruction (line 5) | class TestFakerConstruction < Test::Unit::TestCase method setup (line 6) | def setup method test_material (line 10) | def test_material method test_heavy_equipment (line 14) | def test_heavy_equipment method test_trade (line 18) | def test_trade method test_subcontract_category (line 22) | def test_subcontract_category method test_standard_cost_code (line 26) | def test_standard_cost_code method test_role (line 30) | def test_role method test_locales (line 34) | def test_locales FILE: test/faker/default/test_faker_cosmere.rb class TestFakerCosmere (line 5) | class TestFakerCosmere < Test::Unit::TestCase method setup (line 6) | def setup method test_aon (line 10) | def test_aon method test_shard_world (line 14) | def test_shard_world method test_shard (line 18) | def test_shard method test_surge (line 22) | def test_surge method test_knight_radiant (line 26) | def test_knight_radiant method test_metal (line 30) | def test_metal method test_allomancer (line 34) | def test_allomancer method test_herald (line 38) | def test_herald method test_spren (line 42) | def test_spren FILE: test/faker/default/test_faker_crypto.rb class TestFakerCrypto (line 5) | class TestFakerCrypto < Test::Unit::TestCase method setup (line 6) | def setup method test_md5 (line 10) | def test_md5 method test_sha1 (line 14) | def test_sha1 method test_sha256 (line 18) | def test_sha256 FILE: test/faker/default/test_faker_crypto_coin.rb class TestFakerCryptoCoin (line 5) | class TestFakerCryptoCoin < Test::Unit::TestCase method setup (line 14) | def setup method test_coin_name (line 18) | def test_coin_name method test_acronym (line 22) | def test_acronym method test_url_logo (line 26) | def test_url_logo method test_coin_array (line 30) | def test_coin_array method test_coin_hash (line 37) | def test_coin_hash FILE: test/faker/default/test_faker_currency.rb class TestFakerCurrency (line 5) | class TestFakerCurrency < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_code (line 14) | def test_code method test_symbol (line 18) | def test_symbol FILE: test/faker/default/test_faker_date.rb class TestFakerDate (line 5) | class TestFakerDate < Test::Unit::TestCase method setup (line 6) | def setup method test_between (line 10) | def test_between method test_between_except (line 20) | def test_between_except method test_between_except_with_strings (line 31) | def test_between_except_with_strings method test_between_except_with_same_from_to_and_except (line 44) | def test_between_except_with_same_from_to_and_except method test_forward (line 50) | def test_forward method test_forward_with_from_parameter (line 58) | def test_forward_with_from_parameter method test_forward_with_string_parameter (line 67) | def test_forward_with_string_parameter method test_backward (line 77) | def test_backward method test_return_type (line 85) | def test_return_type method test_invalid_date (line 95) | def test_invalid_date method test_birthday (line 101) | def test_birthday method test_birthday_when_min_age_equals_max_age (line 115) | def test_birthday_when_min_age_equals_max_age method test_birthday_on_newborns (line 124) | def test_birthday_on_newborns method test_default_birthday (line 146) | def test_default_birthday method test_default_in_date_period (line 160) | def test_default_in_date_period method test_in_date_period_with_year (line 168) | def test_in_date_period_with_year method test_in_date_period_with_month (line 176) | def test_in_date_period_with_month method test_in_date_period_date (line 186) | def test_in_date_period_date method test_on_day_of_week_between (line 196) | def test_on_day_of_week_between method test_unknown_day_of_week (line 208) | def test_unknown_day_of_week method test_empty_day_of_week (line 216) | def test_empty_day_of_week method test_day_of_week_outside_date_range (line 224) | def test_day_of_week_outside_date_range FILE: test/faker/default/test_faker_dc_comics.rb class TestFakerDcComics (line 5) | class TestFakerDcComics < Test::Unit::TestCase method setup (line 6) | def setup method test_hero (line 10) | def test_hero method test_heroine (line 14) | def test_heroine method test_villain (line 18) | def test_villain method test_name (line 22) | def test_name method test_title (line 26) | def test_title FILE: test/faker/default/test_faker_demographic.rb class TestFakerDemographic (line 5) | class TestFakerDemographic < Test::Unit::TestCase method setup (line 6) | def setup method test_race (line 10) | def test_race method test_educational_attainment (line 14) | def test_educational_attainment method test_marital_status (line 18) | def test_marital_status method test_demonym (line 22) | def test_demonym method test_sex (line 26) | def test_sex method test_height_imperial (line 30) | def test_height_imperial method test_height_metric (line 34) | def test_height_metric FILE: test/faker/default/test_faker_dessert.rb class TestFakerDessert (line 5) | class TestFakerDessert < Test::Unit::TestCase method setup (line 6) | def setup method test_variety (line 10) | def test_variety method test_topping (line 14) | def test_topping method test_flavor (line 18) | def test_flavor FILE: test/faker/default/test_faker_device.rb class TestFakerDevice (line 5) | class TestFakerDevice < Test::Unit::TestCase method setup (line 6) | def setup method test_model_name (line 10) | def test_model_name method test_platform (line 14) | def test_platform method test_version (line 18) | def test_version method test_build_number (line 23) | def test_build_number method test_manufacturer (line 28) | def test_manufacturer method test_serial (line 32) | def test_serial FILE: test/faker/default/test_faker_driving_licence.rb class TestFakerDrivingLicence (line 5) | class TestFakerDrivingLicence < Test::Unit::TestCase method setup (line 6) | def setup method test_valid_gb_licence (line 10) | def test_valid_gb_licence method test_valid_northern_irish_licence (line 33) | def test_valid_northern_irish_licence method test_uk_licence (line 40) | def test_uk_licence method test_british_licence_correctly_mangles_last_name (line 46) | def test_british_licence_correctly_mangles_last_name method test_british_licence_correctly_mangles_date_of_birth (line 58) | def test_british_licence_correctly_mangles_date_of_birth method test_british_licence_correctly_builds_initials (line 68) | def test_british_licence_correctly_builds_initials method test_usa_driving_licence (line 77) | def test_usa_driving_licence method test_usa_driving_licence_for_different_states (line 84) | def test_usa_driving_licence_for_different_states method test_usa_driving_licence_with_faker_code (line 101) | def test_usa_driving_licence_with_faker_code FILE: test/faker/default/test_faker_drone.rb class TestFakerDrone (line 5) | class TestFakerDrone < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_weight (line 14) | def test_weight method test_max_ascent_speed (line 18) | def test_max_ascent_speed method test_max_descent_speed (line 22) | def test_max_descent_speed method test_max_flight_time (line 26) | def test_max_flight_time method test_max_altitude (line 30) | def test_max_altitude method test_max_flight_distance (line 34) | def test_max_flight_distance method test_max_speed (line 38) | def test_max_speed method test_max_wind_resistance (line 42) | def test_max_wind_resistance method test_max_anngular_velocity (line 46) | def test_max_anngular_velocity method test_max_tilt_angle (line 50) | def test_max_tilt_angle method test_operating_temperature (line 54) | def test_operating_temperature method test_battery_capacity (line 58) | def test_battery_capacity method test_battery_type (line 62) | def test_battery_type method test_battery_weight (line 66) | def test_battery_weight method test_battery_voltage (line 70) | def test_battery_voltage method test_charging_temperature (line 74) | def test_charging_temperature method test_max_charging_power (line 78) | def test_max_charging_power method test_camera_iso (line 82) | def test_camera_iso method test_max_resolution (line 86) | def test_max_resolution method test_photo_format (line 90) | def test_photo_format method video_format (line 94) | def video_format method test_max_shutter_speed_range (line 98) | def test_max_shutter_speed_range method test_max_shutter_speed (line 102) | def test_max_shutter_speed method test_min_shutter_speed (line 106) | def test_min_shutter_speed FILE: test/faker/default/test_faker_educator.rb class TestFakerEducator (line 5) | class TestFakerEducator < Test::Unit::TestCase method setup (line 6) | def setup method test_university (line 10) | def test_university method test_degree (line 14) | def test_degree method test_subject (line 18) | def test_subject method test_course_name (line 22) | def test_course_name method test_secondary_school (line 26) | def test_secondary_school method test_primary_school (line 30) | def test_primary_school method test_campus (line 34) | def test_campus FILE: test/faker/default/test_faker_electrical_components.rb class TestFakerElectricalComponents (line 5) | class TestFakerElectricalComponents < Test::Unit::TestCase method setup (line 6) | def setup method test_active (line 10) | def test_active method test_passive (line 14) | def test_passive method test_electromechanical (line 18) | def test_electromechanical FILE: test/faker/default/test_faker_emotion.rb class TestFakerEmotion (line 5) | class TestFakerEmotion < Test::Unit::TestCase method setup (line 6) | def setup method test_noun (line 10) | def test_noun method test_adjective (line 14) | def test_adjective FILE: test/faker/default/test_faker_esport.rb class TestFakerEsport (line 5) | class TestFakerEsport < Test::Unit::TestCase method setup (line 6) | def setup method test_team (line 10) | def test_team method test_league (line 14) | def test_league method test_game (line 18) | def test_game method test_player (line 22) | def test_player method test_event (line 26) | def test_event FILE: test/faker/default/test_faker_file.rb class TestFakerFile (line 5) | class TestFakerFile < Test::Unit::TestCase method setup (line 6) | def setup method test_extension (line 10) | def test_extension method test_mime_type_format (line 14) | def test_mime_type_format method test_mime_type_format_with_media_type (line 18) | def test_mime_type_format_with_media_type method test_file_name (line 24) | def test_file_name method test_dir (line 29) | def test_dir method test_dir_with_args (line 33) | def test_dir_with_args FILE: test/faker/default/test_faker_finance.rb class TestFakerFinance (line 5) | class TestFakerFinance < Test::Unit::TestCase method setup (line 6) | def setup method test_vat_number (line 10) | def test_vat_number method test_vat_number_with_invalid_params (line 14) | def test_vat_number_with_invalid_params method test_vat_number_with_valid_params (line 20) | def test_vat_number_with_valid_params method test_south_african_vat_number (line 26) | def test_south_african_vat_number method test_ticker (line 30) | def test_ticker method test_ticker_with_invalid_params (line 34) | def test_ticker_with_invalid_params method test_ticker_with_valid_params (line 40) | def test_ticker_with_valid_params method test_stock_market (line 46) | def test_stock_market FILE: test/faker/default/test_faker_food.rb class TestFakerFood (line 5) | class TestFakerFood < Test::Unit::TestCase method setup (line 6) | def setup method test_flexible_key (line 10) | def test_flexible_key method test_allergen (line 14) | def test_allergen method test_dish (line 18) | def test_dish method test_description (line 22) | def test_description method test_ingredient (line 26) | def test_ingredient method test_fruits (line 30) | def test_fruits method test_vegetables (line 34) | def test_vegetables method test_spice (line 38) | def test_spice method test_sushi (line 42) | def test_sushi method test_measurement (line 46) | def test_measurement method test_metric_measurement (line 50) | def test_metric_measurement method test_ethnic_category (line 54) | def test_ethnic_category FILE: test/faker/default/test_faker_funny_name.rb class TestFakerFunnyName (line 5) | class TestFakerFunnyName < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_two_word_name (line 16) | def test_two_word_name method test_three_word_name (line 22) | def test_three_word_name method test_four_word_name (line 28) | def test_four_word_name method test_name_with_initial (line 34) | def test_name_with_initial FILE: test/faker/default/test_faker_gender.rb class TestFakerGender (line 5) | class TestFakerGender < Test::Unit::TestCase method setup (line 6) | def setup method test_type (line 10) | def test_type method test_binary_type (line 14) | def test_binary_type method test_short_binary_type (line 18) | def test_short_binary_type FILE: test/faker/default/test_faker_greek_philosophers.rb class TestFakerGreekPhilosophers (line 5) | class TestFakerGreekPhilosophers < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_quote (line 14) | def test_quote FILE: test/faker/default/test_faker_hacker_talk.rb class TestFakerHacker (line 5) | class TestFakerHacker < Test::Unit::TestCase method setup (line 6) | def setup method test_phrases (line 11) | def test_phrases method test_noun (line 18) | def test_noun method test_abbreviation (line 22) | def test_abbreviation method test_adjective (line 26) | def test_adjective method test_verb (line 30) | def test_verb method test_ingverb (line 34) | def test_ingverb FILE: test/faker/default/test_faker_hipster.rb class TestFakerHipster (line 5) | class TestFakerHipster < Test::Unit::TestCase method setup (line 6) | def setup method test_words (line 14) | def test_words method test_words_without_spaces (line 22) | def test_words_without_spaces method test_supplemental_words (line 29) | def test_supplemental_words method test_word (line 36) | def test_word method test_word_without_spaces (line 46) | def test_word_without_spaces method test_exact_count_param (line 54) | def test_exact_count_param method test_range_count_param (line 60) | def test_range_count_param method test_array_count_param (line 70) | def test_array_count_param method test_words_with_large_count_params (line 80) | def test_words_with_large_count_params method test_sentence_with_open_compounds_allowed (line 90) | def test_sentence_with_open_compounds_allowed method test_sentence_without_open_compounds_allowed (line 97) | def test_sentence_without_open_compounds_allowed method test_paragraph_char_count (line 103) | def test_paragraph_char_count FILE: test/faker/default/test_faker_hobby.rb class TestFakerHobby (line 5) | class TestFakerHobby < Test::Unit::TestCase method setup (line 6) | def setup method test_flexible_key (line 10) | def test_flexible_key method test_activity (line 14) | def test_activity FILE: test/faker/default/test_faker_house.rb class TestFakerHouse (line 5) | class TestFakerHouse < Test::Unit::TestCase method setup (line 6) | def setup method test_furniture (line 10) | def test_furniture method test_room (line 14) | def test_room FILE: test/faker/default/test_faker_html.rb class TestFakerHTML (line 5) | class TestFakerHTML < Test::Unit::TestCase method setup (line 6) | def setup method test_heading (line 10) | def test_heading method test_paragraph (line 20) | def test_paragraph method test_emphasis (line 24) | def test_emphasis method test_ordered_list (line 28) | def test_ordered_list method test_unordered_list (line 32) | def test_unordered_list method test_code (line 36) | def test_code method test_table (line 40) | def test_table method test_script (line 54) | def test_script method test_link (line 58) | def test_link method test_element (line 63) | def test_element method test_random (line 68) | def test_random method test_sandwich (line 72) | def test_sandwich method count_occurrences (line 82) | def count_occurrences(text, substring) FILE: test/faker/default/test_faker_id_number.rb class TestFakerIdNumber (line 5) | class TestFakerIdNumber < Test::Unit::TestCase method setup (line 6) | def setup method test_valid_ssn (line 10) | def test_valid_ssn method test_invalid_ssn (line 21) | def test_invalid_ssn method test_spanish_dni (line 32) | def test_spanish_dni method test_spanish_nie (line 43) | def test_spanish_nie method test_south_african_id_number (line 57) | def test_south_african_id_number method test_valid_south_african_id_number (line 61) | def test_valid_south_african_id_number method test_invalid_south_african_id_number (line 65) | def test_invalid_south_african_id_number method test_brazilian_citizen_number (line 73) | def test_brazilian_citizen_number method test_brazilian_citizen_number_formatted (line 80) | def test_brazilian_citizen_number_formatted method test_brazilian_id (line 86) | def test_brazilian_id method test_brazilian_id_formatted (line 93) | def test_brazilian_id_formatted method test_brazilian_citizen_number_checksum_digit (line 99) | def test_brazilian_citizen_number_checksum_digit method test_brazilian_id_checksum_digit (line 110) | def test_brazilian_id_checksum_digit method test_brazilian_document_checksum (line 117) | def test_brazilian_document_checksum method test_brazilian_document_digit (line 124) | def test_brazilian_document_digit method test_brazilian_citizen_number_digit (line 138) | def test_brazilian_citizen_number_digit method test_brazilian_id_digit (line 146) | def test_brazilian_id_digit method test_chilean_id (line 156) | def test_chilean_id method test_chilean_verification_code_k (line 162) | def test_chilean_verification_code_k method test_chilean_verification_code_0 (line 168) | def test_chilean_verification_code_0 method test_croatian_id (line 174) | def test_croatian_id method test_croatian_id_international (line 180) | def test_croatian_id_international method test_croatian_id_checksum_digit (line 186) | def test_croatian_id_checksum_digit method test_danish_id_number (line 193) | def test_danish_id_number method test_french_insee_number (line 199) | def test_french_insee_number method test_danish_id_number_formatted (line 205) | def test_danish_id_number_formatted method test_danish_id_number_birthday (line 211) | def test_danish_id_number_birthday method test_danish_id_number_birthday_early_1800 (line 217) | def test_danish_id_number_birthday_early_1800 method test_danish_id_number_birthday_late_1800 (line 223) | def test_danish_id_number_birthday_late_1800 method test_danish_id_number_birthday_early_1900 (line 229) | def test_danish_id_number_birthday_early_1900 method test_danish_id_number_birthday_late_1900 (line 235) | def test_danish_id_number_birthday_late_1900 method test_danish_id_number_birthday_early_2000 (line 241) | def test_danish_id_number_birthday_early_2000 method test_danish_id_number_birthday_mid_2000 (line 247) | def test_danish_id_number_birthday_mid_2000 method test_danish_id_number_birthday_late_2000 (line 253) | def test_danish_id_number_birthday_late_2000 method test_danish_id_number_gender_female (line 259) | def test_danish_id_number_gender_female method test_danish_id_number_gender_male (line 265) | def test_danish_id_number_gender_male method test_danish_id_number_invalid_gender (line 271) | def test_danish_id_number_invalid_gender method assert_valid_south_african_id_number (line 279) | def assert_valid_south_african_id_number(sample) FILE: test/faker/default/test_faker_industry_segments.rb class TestFakerIndustrySegments (line 5) | class TestFakerIndustrySegments < Test::Unit::TestCase method setup (line 6) | def setup method test_industry (line 10) | def test_industry method test_super_sector (line 14) | def test_super_sector method test_sector (line 18) | def test_sector method test_sub_sector (line 22) | def test_sub_sector FILE: test/faker/default/test_faker_internet.rb class TestFakerInternet (line 6) | class TestFakerInternet < Test::Unit::TestCase method setup (line 7) | def setup method teardown (line 12) | def teardown method test_email_with_no_arguments (line 16) | def test_email_with_no_arguments method test_email_name_with_non_permitted_characters (line 28) | def test_email_name_with_non_permitted_characters method test_email_with_apostrophes (line 39) | def test_email_with_apostrophes method test_email_with_abbreviations (line 47) | def test_email_with_abbreviations method test_email_against_name_generator (line 55) | def test_email_against_name_generator method test_email_with_separators (line 63) | def test_email_with_separators method test_email_with_domain_name_option_given (line 74) | def test_email_with_domain_name_option_given method test_email_with_full_domain_option_given (line 85) | def test_email_with_full_domain_option_given method test_email_with_name_seperators_domain (line 94) | def test_email_with_name_seperators_domain method test_username (line 105) | def test_username method test_username_with_apostrophes (line 110) | def test_username_with_apostrophes method test_user_name_alias (line 114) | def test_user_name_alias method test_username_with_string_arg (line 118) | def test_username_with_string_arg method test_username_with_string_arg_determinism (line 122) | def test_username_with_string_arg_determinism method test_username_with_integer_arg (line 128) | def test_username_with_integer_arg method test_username_with_utf_8_arg (line 134) | def test_username_with_utf_8_arg method test_username_with_very_large_integer_arg (line 138) | def test_username_with_very_large_integer_arg method test_username_with_closed_range_arg (line 144) | def test_username_with_closed_range_arg method test_username_with_open_range_arg (line 155) | def test_username_with_open_range_arg method test_username_with_range_and_separators (line 166) | def test_username_with_range_and_separators method test_password_with_no_arguments (line 177) | def test_password_with_no_arguments method test_password_with_integer_arg (line 189) | def test_password_with_integer_arg method test_password_max_with_integer_arg (line 197) | def test_password_max_with_integer_arg method test_password_could_achieve_max_length (line 205) | def test_password_could_achieve_max_length method test_password_with_mixed_case (line 214) | def test_password_with_mixed_case method test_password_with_min_length_eq_1_without_mix_case (line 228) | def test_password_with_min_length_eq_1_without_mix_case method test_password_with_min_length_and_max_length (line 234) | def test_password_with_min_length_and_max_length method test_password_with_same_min_max_length (line 243) | def test_password_with_same_min_max_length method test_password_with_max_length_less_than_min_length (line 250) | def test_password_with_max_length_less_than_min_length method test_password_without_mixed_case (line 256) | def test_password_without_mixed_case method test_password_with_special_chars (line 260) | def test_password_with_special_chars method test_password_without_special_chars (line 264) | def test_password_without_special_chars method test_password_with_special_chars_and_mixed_case (line 268) | def test_password_with_special_chars_and_mixed_case method test_deterministic_password_with_special_chars_and_mixed_case (line 277) | def test_deterministic_password_with_special_chars_and_mixed_case method test_password_with_special_chars_and_mixed_case_on_3chars_password (line 284) | def test_password_with_special_chars_and_mixed_case_on_3chars_password method test_password_with_invalid_min_length_for_mix_case_and_special_characters (line 293) | def test_password_with_invalid_min_length_for_mix_case_and_special_cha... method test_password_with_invalid_min_max_length (line 299) | def test_password_with_invalid_min_max_length method test_password_with_invalid_min_length_for_special_characters_only (line 307) | def test_password_with_invalid_min_length_for_special_characters_only method test_password_with_invalid_min_length_for_mix_case_only (line 315) | def test_password_with_invalid_min_length_for_mix_case_only method test_password_with_compatible_min_length_and_requirements (line 323) | def test_password_with_compatible_min_length_and_requirements method test_deterministic_password_with_compatible_min_length_and_requirements (line 332) | def test_deterministic_password_with_compatible_min_length_and_require... method test_domain_name_without_subdomain (line 342) | def test_domain_name_without_subdomain method test_domain_name_with_subdomain (line 349) | def test_domain_name_with_subdomain method test_domain_name_with_subdomain_and_with_domain_name_option_given (line 359) | def test_domain_name_with_subdomain_and_with_domain_name_option_given method test_domain_name_with_subdomain_and_with_full_domain_option_given (line 370) | def test_domain_name_with_subdomain_and_with_full_domain_option_given method test_domain_name_with_subdomain_and_with_domain_option_given_with_domain_suffix (line 381) | def test_domain_name_with_subdomain_and_with_domain_option_given_with_... method test_domain_word (line 392) | def test_domain_word method test_domain_suffix_with_no_arguments (line 396) | def test_domain_suffix_with_no_arguments method test_domain_suffix_with_arguments (line 404) | def test_domain_suffix_with_arguments method test_ip_v4_address (line 412) | def test_ip_v4_address method test_private_ip_v4_address (line 421) | def test_private_ip_v4_address method test_public_ip_v4_address (line 439) | def test_public_ip_v4_address method test_ip_v4_cidr (line 467) | def test_ip_v4_cidr method test_mac_address (line 475) | def test_mac_address method test_ip_v6_address (line 487) | def test_ip_v6_address method test_ip_v6_cidr (line 495) | def test_ip_v6_cidr method test_slug_with_content_arg (line 517) | def test_slug_with_content_arg method test_slug_with_unwanted_content_arg (line 521) | def test_slug_with_unwanted_content_arg method test_url_with_arguments (line 525) | def test_url_with_arguments method test_url_with_no_arguments (line 535) | def test_url_with_no_arguments method test_device_token (line 548) | def test_device_token method test_user_agent_with_no_argument (line 552) | def test_user_agent_with_no_argument method test_user_agent_with_valid_argument (line 556) | def test_user_agent_with_valid_argument method test_user_agent_with_invalid_argument (line 562) | def test_user_agent_with_invalid_argument method test_bot_user_agent_with_no_argument (line 567) | def test_bot_user_agent_with_no_argument method test_bot_user_agent_with_valid_argument (line 571) | def test_bot_user_agent_with_valid_argument method test_bot_user_agent_with_invalid_argument (line 577) | def test_bot_user_agent_with_invalid_argument method test_uuid (line 582) | def test_uuid method test_base64 (line 589) | def test_base64 method test_user_with_args (line 596) | def test_user_with_args method test_user_without_args (line 604) | def test_user_without_args method test_user_with_invalid_args (line 611) | def test_user_with_invalid_args FILE: test/faker/default/test_faker_internet_http.rb class TestFakerInternetHTTP (line 5) | class TestFakerInternetHTTP < Test::Unit::TestCase method setup (line 6) | def setup method test_status_code (line 10) | def test_status_code method test_information_status_code (line 14) | def test_information_status_code method test_successful_status_code (line 18) | def test_successful_status_code method test_redirect_status_code (line 22) | def test_redirect_status_code method test_client_error_status_code (line 26) | def test_client_error_status_code method test_server_error_status_code (line 30) | def test_server_error_status_code method test_invalid_http_status_code_group (line 34) | def test_invalid_http_status_code_group FILE: test/faker/default/test_faker_job.rb class TestFakerJob (line 5) | class TestFakerJob < Test::Unit::TestCase method setup (line 6) | def setup method test_title (line 10) | def test_title method test_field (line 14) | def test_field method test_key_skill (line 18) | def test_key_skill method test_position (line 22) | def test_position FILE: test/faker/default/test_faker_job_locale.rb class TestFakerJobLocale (line 5) | class TestFakerJobLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_locale_without_jobs_defaults_to_en (line 15) | def test_locale_without_jobs_defaults_to_en FILE: test/faker/default/test_faker_json.rb class TestFakerJson (line 5) | class TestFakerJson < Test::Unit::TestCase method test_simple_json_lenght (line 8) | def test_simple_json_lenght method test_nested_json_length (line 14) | def test_nested_json_length method test_nested_json_width_length (line 26) | def test_nested_json_width_length method simple_json (line 36) | def simple_json method nested_json (line 40) | def nested_json FILE: test/faker/default/test_faker_kpop.rb class TestFakerKpop (line 5) | class TestFakerKpop < Test::Unit::TestCase method setup (line 6) | def setup method test_i_groups (line 10) | def test_i_groups method test_ii_groups (line 14) | def test_ii_groups method test_iii_groups (line 18) | def test_iii_groups method test_girl_groups (line 22) | def test_girl_groups method test_boy_bands (line 26) | def test_boy_bands method test_solo (line 30) | def test_solo FILE: test/faker/default/test_faker_lorem.rb class TestFakerLorem (line 5) | class TestFakerLorem < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 13) | def test_character method test_character_type (line 17) | def test_character_type method test_characters (line 21) | def test_characters method test_characters_negatives (line 25) | def test_characters_negatives method test_characters_with_args (line 31) | def test_characters_with_args method test_standard_words (line 38) | def test_standard_words method test_supplemental_words (line 46) | def test_supplemental_words method test_word (line 53) | def test_word method test_excluded_words_on_word (line 61) | def test_excluded_words_on_word method test_excluded_words_as_string_on_word (line 69) | def test_excluded_words_as_string_on_word method test_exact_sentence_word_count (line 78) | def test_exact_sentence_word_count method test_exact_count_param (line 82) | def test_exact_count_param method test_range_count_param (line 89) | def test_range_count_param method test_exclusive_range_count_param (line 101) | def test_exclusive_range_count_param method test_array_count_param (line 113) | def test_array_count_param method test_words_with_large_count_params (line 125) | def test_words_with_large_count_params method test_multibyte (line 135) | def test_multibyte method test_paragraph_char_count (line 140) | def test_paragraph_char_count method test_unique_with_already_set_values (line 146) | def test_unique_with_already_set_values method test_unique_with_already_set_values_and_parameter (line 152) | def test_unique_with_already_set_values_and_parameter method test_excluded_words_as_string (line 158) | def test_excluded_words_as_string method test_excluded_words_as_comma_delimited_string (line 165) | def test_excluded_words_as_comma_delimited_string method test_excluded_words_as_array (line 176) | def test_excluded_words_as_array FILE: test/faker/default/test_faker_lorem_flickr.rb class TestFakerLoremFlickr (line 5) | class TestFakerLoremFlickr < Test::Unit::TestCase method setup (line 6) | def setup method test_image (line 11) | def test_image method test_image_with_size (line 15) | def test_image_with_size method test_image_with_incorrect_size (line 19) | def test_image_with_incorrect_size method test_image_with_single_search_term (line 25) | def test_image_with_single_search_term method test_image_with_multiple_search_terms (line 29) | def test_image_with_multiple_search_terms method test_image_with_search_terms_and_match_all (line 33) | def test_image_with_search_terms_and_match_all method test_grayscale_image (line 37) | def test_grayscale_image method test_grayscale_image_with_incorrect_size (line 41) | def test_grayscale_image_with_incorrect_size method test_grayscale_image_without_search_terms (line 47) | def test_grayscale_image_without_search_terms method test_grayscale_image_with_single_search_term (line 51) | def test_grayscale_image_with_single_search_term method test_grayscale_image_with_multiple_search_terms (line 55) | def test_grayscale_image_with_multiple_search_terms method test_grayscale_image_with_search_terms_and_match_all (line 59) | def test_grayscale_image_with_search_terms_and_match_all method test_pixelated_image (line 63) | def test_pixelated_image method test_pixelated_image_with_incorrect_size (line 67) | def test_pixelated_image_with_incorrect_size method test_pixelated_image_without_search_terms (line 73) | def test_pixelated_image_without_search_terms method test_pixelated_image_with_single_search_term (line 77) | def test_pixelated_image_with_single_search_term method test_pixelated_image_with_multiple_search_terms (line 81) | def test_pixelated_image_with_multiple_search_terms method test_pixelated_image_with_search_terms_and_match_all (line 85) | def test_pixelated_image_with_search_terms_and_match_all method test_colorized_image (line 89) | def test_colorized_image method test_colorized_image_with_incorrect_size (line 93) | def test_colorized_image_with_incorrect_size method test_colorized_image_without_search_terms (line 99) | def test_colorized_image_without_search_terms method test_colorized_image_with_unsupported_colorization (line 103) | def test_colorized_image_with_unsupported_colorization method test_colorized_image_with_single_search_term (line 109) | def test_colorized_image_with_single_search_term method test_colorized_image_with_multiple_search_terms (line 115) | def test_colorized_image_with_multiple_search_terms method test_colorized_image_with_search_terms_and_match_all (line 121) | def test_colorized_image_with_search_terms_and_match_all FILE: test/faker/default/test_faker_markdown.rb class TestFakerMarkdown (line 5) | class TestFakerMarkdown < Test::Unit::TestCase method setup (line 6) | def setup method test_headers (line 11) | def test_headers method test_emphasis (line 18) | def test_emphasis method test_ordered_list (line 24) | def test_ordered_list method test_unordered_list (line 32) | def test_unordered_list method test_inline_code (line 40) | def test_inline_code method test_block_code (line 47) | def test_block_code method test_table (line 58) | def test_table method test_random (line 69) | def test_random method test_random_with_a_randomly_excluded_method (line 75) | def test_random_with_a_randomly_excluded_method method test_sandwich (line 84) | def test_sandwich method random_method (line 102) | def random_method FILE: test/faker/default/test_faker_marketing.rb class TestFakerMarketing (line 5) | class TestFakerMarketing < Test::Unit::TestCase method setup (line 6) | def setup method test_buzzwords (line 10) | def test_buzzwords FILE: test/faker/default/test_faker_measurement.rb class TestFakerMeasurement (line 5) | class TestFakerMeasurement < Test::Unit::TestCase method setup (line 6) | def setup method test_height (line 10) | def test_height method length (line 14) | def length method volume (line 18) | def volume method weight (line 31) | def weight method metric_height (line 35) | def metric_height method metric_length (line 39) | def metric_length method metric_volume (line 43) | def metric_volume method metric_weight (line 47) | def metric_weight method test_invalid_amount_error (line 52) | def test_invalid_amount_error FILE: test/faker/default/test_faker_military.rb class TestFakerMilitary (line 5) | class TestFakerMilitary < Test::Unit::TestCase method setup (line 6) | def setup method test_army_rank (line 10) | def test_army_rank method test_marines_rank (line 14) | def test_marines_rank method test_navy_rank (line 18) | def test_navy_rank method test_air_force_rank (line 22) | def test_air_force_rank method test_space_force_rank (line 26) | def test_space_force_rank method test_coast_guard_rank (line 30) | def test_coast_guard_rank method test_dod_paygrade (line 34) | def test_dod_paygrade FILE: test/faker/default/test_faker_mountain.rb class TestFakerMountain (line 5) | class TestFakerMountain < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_range (line 14) | def test_range FILE: test/faker/default/test_faker_name.rb class TestFakerName (line 5) | class TestFakerName < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_name_with_middle (line 14) | def test_name_with_middle method test_first_name (line 18) | def test_first_name method test_male_first_name (line 22) | def test_male_first_name method test_female_first_name (line 26) | def test_female_first_name method test_neutral_first_name (line 30) | def test_neutral_first_name method test_middle_name (line 34) | def test_middle_name method test_last_name (line 38) | def test_last_name method test_prefix (line 42) | def test_prefix method test_suffix (line 46) | def test_suffix method test_initials (line 50) | def test_initials FILE: test/faker/default/test_faker_nation.rb class TestFakerNation (line 5) | class TestFakerNation < Test::Unit::TestCase method setup (line 6) | def setup method test_flag (line 10) | def test_flag method test_nationality (line 14) | def test_nationality method test_language (line 18) | def test_language method test_capital_city (line 22) | def test_capital_city method test_national_sport (line 26) | def test_national_sport FILE: test/faker/default/test_faker_national_health_service.rb class TestFakerNationalHealthService (line 5) | class TestFakerNationalHealthService < Test::Unit::TestCase method setup (line 6) | def setup method test_nhs_british_number (line 10) | def test_nhs_british_number method test_check_digit_equals_10 (line 14) | def test_check_digit_equals_10 FILE: test/faker/default/test_faker_number.rb class TestFakerNumber (line 6) | class TestFakerNumber < Test::Unit::TestCase method setup (line 7) | def setup method test_leading_zero_number (line 11) | def test_leading_zero_number method test_number (line 16) | def test_number method test_number_with_one_digit (line 29) | def test_number_with_one_digit method test_decimal (line 41) | def test_decimal method test_digit (line 47) | def test_digit method test_even_distribution (line 52) | def test_even_distribution method test_normal (line 68) | def test_normal method test_between (line 79) | def test_between method test_within (line 86) | def test_within method test_positive (line 93) | def test_positive method test_negative (line 100) | def test_negative method test_force_positive (line 107) | def test_force_positive method test_force_negative (line 114) | def test_force_negative method test_parameters_order (line 121) | def test_parameters_order method test_hexadecimal (line 128) | def test_hexadecimal method test_hexadecimal_range (line 133) | def test_hexadecimal_range method test_binary (line 140) | def test_binary FILE: test/faker/default/test_faker_omniauth.rb class TestFakerInternetOmniauth (line 5) | class TestFakerInternetOmniauth < Test::Unit::TestCase method setup (line 6) | def setup method test_omniauth_google (line 10) | def test_omniauth_google method test_omniauth_google_with_name (line 55) | def test_omniauth_google_with_name method test_omniauth_google_with_email (line 73) | def test_omniauth_google_with_email method test_omniauth_google_with_uid (line 86) | def test_omniauth_google_with_uid method test_omniauth_facebook (line 98) | def test_omniauth_facebook method test_omniauth_facebook_with_name (line 136) | def test_omniauth_facebook_with_name method test_omniauth_facebook_with_username (line 163) | def test_omniauth_facebook_with_username method test_omniauth_facebook_with_email (line 173) | def test_omniauth_facebook_with_email method test_omniauth_facebook_with_uid (line 184) | def test_omniauth_facebook_with_uid method test_omniauth_twitter (line 194) | def test_omniauth_twitter method test_omniauth_twitter_with_name (line 257) | def test_omniauth_twitter_with_name method test_omniauth_twitter_with_nickname (line 274) | def test_omniauth_twitter_with_nickname method test_omniauth_twitter_with_uid (line 285) | def test_omniauth_twitter_with_uid method test_omniauth_linkedin (line 296) | def test_omniauth_linkedin method test_omniauth_linkedin_with_name (line 343) | def test_omniauth_linkedin_with_name method test_omniauth_linkedin_with_email (line 358) | def test_omniauth_linkedin_with_email method test_omniauth_linkedin_with_uid (line 366) | def test_omniauth_linkedin_with_uid method test_omniauth_github (line 376) | def test_omniauth_github method test_omniauth_github_with_name (line 435) | def test_omniauth_github_with_name method test_omniauth_github_with_email (line 451) | def test_omniauth_github_with_email method test_omniauth_github_with_uid (line 462) | def test_omniauth_github_with_uid method test_omniauth_apple (line 472) | def test_omniauth_apple method test_omniauth_auth0 (line 502) | def test_omniauth_auth0 method word_count (line 536) | def word_count(string) method boolean? (line 540) | def boolean?(test) method gender? (line 544) | def gender?(test) FILE: test/faker/default/test_faker_phone_number.rb class TestFakerPhone (line 5) | class TestFakerPhone < Test::Unit::TestCase method setup (line 6) | def setup method test_phone_number_min_1_max_3_length (line 11) | def test_phone_number_min_1_max_3_length method test_phone_number_with_country_code (line 15) | def test_phone_number_with_country_code method test_area_code (line 19) | def test_area_code method test_exchange_code (line 23) | def test_exchange_code method test_cell_phone_with_country_code (line 27) | def test_cell_phone_with_country_code method test_cell_phone_in_e164 (line 31) | def test_cell_phone_in_e164 method test_subscriber_number_with_no_arguments (line 35) | def test_subscriber_number_with_no_arguments method test_subscriber_number_with_length_argument (line 39) | def test_subscriber_number_with_length_argument method test_subscriber_number_with_invalid_length_argument (line 43) | def test_subscriber_number_with_invalid_length_argument method test_subscriber_number_with_length_greater_than_10 (line 51) | def test_subscriber_number_with_length_greater_than_10 FILE: test/faker/default/test_faker_programming_language.rb class TestFakerProgrammingLanguage (line 5) | class TestFakerProgrammingLanguage < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_creator (line 14) | def test_creator FILE: test/faker/default/test_faker_relationship.rb class TestFakerRelationship (line 5) | class TestFakerRelationship < Test::Unit::TestCase method setup (line 6) | def setup method test_random_familial (line 10) | def test_random_familial method test_familial_direct (line 14) | def test_familial_direct method test_familial_extended (line 18) | def test_familial_extended method test_invalid_familial_connection (line 23) | def test_invalid_familial_connection method test_in_law (line 29) | def test_in_law method test_spouse (line 33) | def test_spouse method test_parent (line 37) | def test_parent method test_sibling (line 41) | def test_sibling FILE: test/faker/default/test_faker_restaurant.rb class TestFakerRestaurant (line 5) | class TestFakerRestaurant < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_type (line 14) | def test_type method test_description (line 18) | def test_description method test_review (line 22) | def test_review FILE: test/faker/default/test_faker_science.rb class TestFakerScience (line 5) | class TestFakerScience < Test::Unit::TestCase method setup (line 6) | def setup method test_science (line 10) | def test_science method test_element (line 30) | def test_element method test_element_symbol (line 34) | def test_element_symbol method test_element_state (line 38) | def test_element_state method test_element_subcategory (line 42) | def test_element_subcategory method test_scientist (line 46) | def test_scientist method test_modifier (line 50) | def test_modifier method test_tool (line 54) | def test_tool FILE: test/faker/default/test_faker_slack_emoji.rb class TestFakerSlackEmoji (line 5) | class TestFakerSlackEmoji < Test::Unit::TestCase method setup (line 6) | def setup method test_people (line 11) | def test_people method test_nature (line 15) | def test_nature method test_food_and_drink (line 19) | def test_food_and_drink method test_celebration (line 23) | def test_celebration method test_activity (line 27) | def test_activity method test_travel_and_places (line 31) | def test_travel_and_places method test_objects_and_symbols (line 35) | def test_objects_and_symbols method test_custom (line 39) | def test_custom method test_emoji (line 43) | def test_emoji FILE: test/faker/default/test_faker_source.rb class TestFakerSource (line 5) | class TestFakerSource < Test::Unit::TestCase method setup (line 6) | def setup method test_hello_world_instance (line 10) | def test_hello_world_instance method test_hello_world (line 14) | def test_hello_world method test_print_instance (line 18) | def test_print_instance method test_print (line 22) | def test_print method test_print_another_string (line 26) | def test_print_another_string method test_print_invalid_lang (line 30) | def test_print_invalid_lang method test_print_1_to_10_instance (line 34) | def test_print_1_to_10_instance method test_print_1_to_10_javascript (line 38) | def test_print_1_to_10_javascript FILE: test/faker/default/test_faker_south_africa.rb class TestFakerSouthAfrica (line 5) | class TestFakerSouthAfrica < Test::Unit::TestCase method setup (line 6) | def setup method test_id_number (line 10) | def test_id_number method test_valid_id_number (line 18) | def test_valid_id_number method test_invalid_id_number (line 26) | def test_invalid_id_number method test_pty_ltd_registration_number (line 34) | def test_pty_ltd_registration_number method test_close_corporation_registration_number (line 42) | def test_close_corporation_registration_number method test_listed_company_registration_number (line 50) | def test_listed_company_registration_number method test_trust_registration_number (line 58) | def test_trust_registration_number method test_vat_number (line 66) | def test_vat_number FILE: test/faker/default/test_faker_space.rb class TestFakerSpace (line 5) | class TestFakerSpace < Test::Unit::TestCase method setup (line 6) | def setup method test_planet (line 10) | def test_planet method test_moon (line 14) | def test_moon method test_galaxy (line 18) | def test_galaxy method test_nebula (line 22) | def test_nebula method test_star_cluster (line 26) | def test_star_cluster method test_constellation (line 30) | def test_constellation method test_star (line 34) | def test_star method test_agency (line 38) | def test_agency method test_agency_abv (line 42) | def test_agency_abv method test_nasa_space_craft (line 46) | def test_nasa_space_craft method test_company (line 50) | def test_company method test_distance_measurement (line 54) | def test_distance_measurement method test_meteorite (line 58) | def test_meteorite method test_launch_vehicle (line 62) | def test_launch_vehicle FILE: test/faker/default/test_faker_street.rb class TestFakerStreet (line 5) | class TestFakerStreet < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 31) | def teardown method test_street_name_supports_flexible_formats (line 35) | def test_street_name_supports_flexible_formats method test_street_address_supports_flexible_formats (line 41) | def test_street_address_supports_flexible_formats method test_community_supports_flexible_formats (line 47) | def test_community_supports_flexible_formats method test_street_address_optionally_provides_secondary_address (line 53) | def test_street_address_optionally_provides_secondary_address method test_street_address_with_locale_fallback (line 59) | def test_street_address_with_locale_fallback method test_timezone_support (line 65) | def test_timezone_support method test_full_address (line 71) | def test_full_address FILE: test/faker/default/test_faker_string.rb class TestFakerString (line 5) | class TestFakerString < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_is_string (line 14) | def test_is_string method test_has_valid_encoding (line 18) | def test_has_valid_encoding method test_is_utf8 (line 23) | def test_is_utf8 method test_default_length (line 27) | def test_default_length method test_nil_is_zero (line 31) | def test_nil_is_zero method test_int_length (line 35) | def test_int_length method test_range_length (line 41) | def test_range_length method test_array_length (line 51) | def test_array_length method test_nested_lengths (line 62) | def test_nested_lengths FILE: test/faker/default/test_faker_stripe.rb class TestFakerStripe (line 5) | class TestFakerStripe < Test::Unit::TestCase method setup (line 6) | def setup method test_valid_card (line 10) | def test_valid_card method test_valid_card_error (line 14) | def test_valid_card_error method test_specific_valid_card (line 22) | def test_specific_valid_card method test_valid_token (line 26) | def test_valid_token method test_specific_valid_token (line 30) | def test_specific_valid_token method test_invalid_card (line 34) | def test_invalid_card method test_invalid_card_error (line 38) | def test_invalid_card_error method test_specific_error_invalid_card (line 46) | def test_specific_error_invalid_card method test_valid_exp_mo (line 50) | def test_valid_exp_mo method test_valid_exp_yr (line 54) | def test_valid_exp_yr method test_valid_ccv (line 58) | def test_valid_ccv method test_valid_amex_ccv (line 62) | def test_valid_amex_ccv FILE: test/faker/default/test_faker_subscription.rb class TestFakerSubscription (line 5) | class TestFakerSubscription < Test::Unit::TestCase method setup (line 6) | def setup method test_plan (line 10) | def test_plan method test_status (line 14) | def test_status method test_payment_method (line 18) | def test_payment_method method test_subscription_term (line 22) | def test_subscription_term method test_payment_term (line 26) | def test_payment_term FILE: test/faker/default/test_faker_superhero.rb class TestFakerSuperhero (line 5) | class TestFakerSuperhero < Test::Unit::TestCase method setup (line 6) | def setup method test_power (line 10) | def test_power method test_name (line 14) | def test_name FILE: test/faker/default/test_faker_tea.rb class TestFakerTea (line 5) | class TestFakerTea < Test::Unit::TestCase method setup (line 6) | def setup method test_variety (line 15) | def test_variety method test_variety_with_argument (line 22) | def test_variety_with_argument method test_types (line 28) | def test_types FILE: test/faker/default/test_faker_team.rb class TestFakerTeam (line 5) | class TestFakerTeam < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_creature (line 14) | def test_creature method test_state (line 18) | def test_state method test_sport (line 22) | def test_sport FILE: test/faker/default/test_faker_theater.rb class TestFakerTheater (line 5) | class TestFakerTheater < Test::Unit::TestCase method test_adult_musical (line 6) | def test_adult_musical method test_kids_musical (line 10) | def test_kids_musical method test_play (line 14) | def test_play FILE: test/faker/default/test_faker_time.rb class TestFakerTime (line 5) | class TestFakerTime < Test::Unit::TestCase method setup (line 8) | def setup method test_between_with_time_parameters (line 13) | def test_between_with_time_parameters method test_between_with_date_parameters (line 23) | def test_between_with_date_parameters method test_forward (line 33) | def test_forward method test_backward (line 41) | def test_backward method test_invalid_period_error (line 49) | def test_invalid_period_error method test_return_types_are_time_objects (line 58) | def test_return_types_are_time_objects method test_format (line 76) | def test_format method test_time_period (line 98) | def test_time_period method test_between_in_short_window (line 117) | def test_between_in_short_window FILE: test/faker/default/test_faker_types.rb class TestFakerTypes (line 5) | class TestFakerTypes < Test::Unit::TestCase type TestModule (line 6) | module TestModule method setup (line 9) | def setup method test_rb_string_is_or_correct_type (line 13) | def test_rb_string_is_or_correct_type method test_string_returns_correct_number_of_words (line 17) | def test_string_returns_correct_number_of_words method test_character (line 23) | def test_character method test_integer (line 27) | def test_integer method test_rb_integer_between (line 31) | def test_rb_integer_between method test_rb_hash_returns_a_hash (line 39) | def test_rb_hash_returns_a_hash method test_hash_returns_the_correct_number_of_keys (line 43) | def test_hash_returns_the_correct_number_of_keys method test_complex_rb_hash_returns_a_hash (line 50) | def test_complex_rb_hash_returns_a_hash method test_complex_hash_returns_the_correct_number_of_keys (line 54) | def test_complex_hash_returns_the_correct_number_of_keys method test_rb_array_returns_array (line 61) | def test_rb_array_returns_array method test_rb_array_returns_right_type_of_array (line 65) | def test_rb_array_returns_right_type_of_array method test_array_has_the_right_array (line 71) | def test_array_has_the_right_array method test_titleize (line 77) | def test_titleize method test_resolve (line 84) | def test_resolve FILE: test/faker/default/test_faker_unique_generator.rb class TestFakerUniqueGenerator (line 5) | class TestFakerUniqueGenerator < Test::Unit::TestCase method test_generates_unique_values (line 6) | def test_generates_unique_values method test_respond_to_missing (line 14) | def test_respond_to_missing method test_returns_error_when_retries_exceeded (line 23) | def test_returns_error_when_retries_exceeded method test_includes_field_name_in_error (line 38) | def test_includes_field_name_in_error method test_clears_unique_values (line 53) | def test_clears_unique_values method test_clears_unique_values_for_all_generators (line 80) | def test_clears_unique_values_for_all_generators method test_thread_safety (line 126) | def test_thread_safety FILE: test/faker/default/test_faker_university.rb class TestFakerUniversity (line 5) | class TestFakerUniversity < Test::Unit::TestCase method setup (line 6) | def setup method test_prefix (line 11) | def test_prefix method test_suffix (line 15) | def test_suffix method test_name (line 19) | def test_name method test_greek_alphabet_has_24_characters (line 23) | def test_greek_alphabet_has_24_characters method test_greek_organization (line 27) | def test_greek_organization method test_greek_organization_is_assembled_from_greek_alphabet (line 32) | def test_greek_organization_is_assembled_from_greek_alphabet FILE: test/faker/default/test_faker_vehicle.rb class TestFakerVehicle (line 5) | class TestFakerVehicle < Test::Unit::TestCase method setup (line 9) | def setup method test_vin (line 13) | def test_vin method test_manufacturer (line 23) | def test_manufacturer method test_color (line 27) | def test_color method test_flexible_key (line 31) | def test_flexible_key method test_transmission (line 35) | def test_transmission method test_drive_type (line 39) | def test_drive_type method test_fuel_type (line 43) | def test_fuel_type method test_style (line 47) | def test_style method test_car_type (line 51) | def test_car_type method test_doors (line 55) | def test_doors method test_engine (line 59) | def test_engine method test_mileage (line 63) | def test_mileage method test_license_plate (line 69) | def test_license_plate method test_license_plate_with_params (line 73) | def test_license_plate_with_params method test_make (line 77) | def test_make method test_model (line 81) | def test_model method test_model_with_make (line 85) | def test_model_with_make method test_make_and_model (line 89) | def test_make_and_model method test_door_count (line 93) | def test_door_count method test_car_options (line 97) | def test_car_options method test_standard_specs (line 103) | def test_standard_specs method test_version (line 109) | def test_version method doors_condition (line 115) | def doors_condition(doors) method valid_vin? (line 120) | def valid_vin?(vin) FILE: test/faker/default/test_faker_verb.rb class TestFakerVerb (line 5) | class TestFakerVerb < Test::Unit::TestCase method setup (line 6) | def setup method test_base (line 10) | def test_base method test_past (line 14) | def test_past method test_past_participle (line 18) | def test_past_participle method test_simple_present (line 22) | def test_simple_present method test_ing_form (line 26) | def test_ing_form FILE: test/faker/default/test_faker_vulnerability_identifier.rb class TestFakerVulnerabilityIdentifier (line 5) | class TestFakerVulnerabilityIdentifier < Test::Unit::TestCase method setup (line 6) | def setup method test_cve_no_args (line 10) | def test_cve_no_args method test_cve_with_year (line 14) | def test_cve_with_year FILE: test/faker/default/test_faker_world_cup.rb class TestFakerWorldCup (line 5) | class TestFakerWorldCup < Test::Unit::TestCase method setup (line 6) | def setup method test_team (line 10) | def test_team method test_stadium (line 14) | def test_stadium method test_city (line 18) | def test_city method test_group (line 22) | def test_group method test_roster (line 26) | def test_roster FILE: test/faker/default/test_faker_zip_code.rb class TestFakerZipCode (line 5) | class TestFakerZipCode < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 37) | def teardown method test_zip_code_can_have_leading_zero (line 41) | def test_zip_code_can_have_leading_zero method test_default_zip_codes_without_states (line 48) | def test_default_zip_codes_without_states method test_zip_codes_with_states (line 58) | def test_zip_codes_with_states FILE: test/faker/default/test_half_life.rb class TestFakerGamesHalfLife (line 5) | class TestFakerGamesHalfLife < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_enemy (line 14) | def test_enemy method test_location (line 18) | def test_location FILE: test/faker/default/test_invoice.rb class TestFakerInvoice (line 5) | class TestFakerInvoice < Test::Unit::TestCase method setup (line 6) | def setup method test_amount_between (line 10) | def test_amount_between method test_creditor_reference (line 20) | def test_creditor_reference method test_reference (line 26) | def test_reference method test_reference_checksum (line 32) | def test_reference_checksum FILE: test/faker/default/test_nato_phonetic_alphabet.rb class TestFakerNatoPhoneticAlphabet (line 5) | class TestFakerNatoPhoneticAlphabet < Test::Unit::TestCase method setup (line 6) | def setup method test_code_word (line 10) | def test_code_word FILE: test/faker/default/test_placeholdit.rb class TestPlaceholdit (line 5) | class TestPlaceholdit < Test::Unit::TestCase method setup (line 6) | def setup method test_placeholdit (line 10) | def test_placeholdit method test_avatar_with_custom_size (line 14) | def test_avatar_with_custom_size method test_avatar_with_incorrect_size (line 18) | def test_avatar_with_incorrect_size method test_avatar_with_supported_format (line 24) | def test_avatar_with_supported_format method test_avatar_with_incorrect_format (line 28) | def test_avatar_with_incorrect_format method test_avatar_background_with_correct_six_char_hex (line 34) | def test_avatar_background_with_correct_six_char_hex method test_avatar_background_with_correct_three_char_hex (line 38) | def test_avatar_background_with_correct_three_char_hex method test_avatar_background_with_random_color (line 42) | def test_avatar_background_with_random_color method test_avatar_background_with_wrong_six_char_hex (line 46) | def test_avatar_background_with_wrong_six_char_hex method test_avatar_background_with_wrong_hex (line 52) | def test_avatar_background_with_wrong_hex method test_avatar_background_with_wrong_three_char_hex (line 58) | def test_avatar_background_with_wrong_three_char_hex method test_avatar_font_color_with_correct_six_char_hex (line 64) | def test_avatar_font_color_with_correct_six_char_hex method test_avatar_font_color_with_correct_three_char_hex (line 68) | def test_avatar_font_color_with_correct_three_char_hex method test_avatar_font_color_with_random_color (line 72) | def test_avatar_font_color_with_random_color method test_avatar_font_color_with_wrong_six_char_hex (line 76) | def test_avatar_font_color_with_wrong_six_char_hex method test_avatar_font_color_with_wrong_hex (line 82) | def test_avatar_font_color_with_wrong_hex method test_avatar_font_color_with_wrong_three_char_hex (line 88) | def test_avatar_font_color_with_wrong_three_char_hex method test_text_not_present (line 94) | def test_text_not_present method test_text_present (line 98) | def test_text_present FILE: test/faker/default/test_x.rb class TestFakerX (line 5) | class TestFakerX < Test::Unit::TestCase method setup (line 6) | def setup method test_user (line 10) | def test_user method test_tweet (line 19) | def test_tweet method test_tweet_with_include_media (line 27) | def test_tweet_with_include_media method test_tweet_with_include_user (line 35) | def test_tweet_with_include_user method test_tweet_with_include_user_and_include_media (line 43) | def test_tweet_with_include_user_and_include_media method test_screen_name (line 52) | def test_screen_name FILE: test/faker/fantasy/test_faker_fantasy_tolkien.rb class TestFakerFantasyTolkien (line 5) | class TestFakerFantasyTolkien < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_race (line 18) | def test_race method test_poem (line 22) | def test_poem FILE: test/faker/games/test_faker_clash_of_clans.rb class TestFakerClashOfClans (line 5) | class TestFakerClashOfClans < Test::Unit::TestCase method setup (line 6) | def setup method test_troop (line 10) | def test_troop method test_rank (line 14) | def test_rank method test_defensive_building (line 18) | def test_defensive_building FILE: test/faker/games/test_faker_control.rb class TestFakerGameControl (line 5) | class TestFakerGameControl < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_object_of_power (line 18) | def test_object_of_power method test_altered_item (line 22) | def test_altered_item method test_altered_world_event (line 26) | def test_altered_world_event method test_hiss (line 30) | def test_hiss method test_the_board (line 34) | def test_the_board method test_quote (line 38) | def test_quote FILE: test/faker/games/test_faker_dnd.rb class TestFakerDnD (line 5) | class TestFakerDnD < Test::Unit::TestCase method setup (line 6) | def setup method test_alignment (line 10) | def test_alignment method test_background (line 14) | def test_background method test_city (line 18) | def test_city method test_first_name (line 22) | def test_first_name method test_klass (line 26) | def test_klass method test_language (line 30) | def test_language method test_last_name (line 34) | def test_last_name method test_melee_weapon (line 38) | def test_melee_weapon method test_monster (line 42) | def test_monster method test_name (line 46) | def test_name method test_race (line 50) | def test_race method test_ranged_weapon (line 54) | def test_ranged_weapon method test_title_name (line 58) | def test_title_name FILE: test/faker/games/test_faker_dota.rb class TestFakerDota (line 5) | class TestFakerDota < Test::Unit::TestCase method setup (line 6) | def setup method test_building (line 17) | def test_building method test_hero (line 21) | def test_hero method test_item (line 25) | def test_item method test_team (line 29) | def test_team method test_player (line 33) | def test_player method test_heroes_quotes (line 37) | def test_heroes_quotes FILE: test/faker/games/test_faker_elder_scrolls.rb class TestFakerElderScrolls (line 5) | class TestFakerElderScrolls < Test::Unit::TestCase method setup (line 6) | def setup method test_race (line 10) | def test_race method test_region (line 14) | def test_region method test_city (line 18) | def test_city method test_dragon (line 22) | def test_dragon method test_creature (line 26) | def test_creature method test_name (line 30) | def test_name method test_first_name (line 34) | def test_first_name method test_last_name (line 38) | def test_last_name method test_weapon (line 42) | def test_weapon method jewelry (line 46) | def jewelry FILE: test/faker/games/test_faker_fallout.rb class TestFakerFallout (line 5) | class TestFakerFallout < Test::Unit::TestCase method setup (line 6) | def setup method test_hero (line 10) | def test_hero method test_faction (line 14) | def test_faction method test_location (line 18) | def test_location method test_quote (line 22) | def test_quote FILE: test/faker/games/test_faker_final_fantasy_xiv.rb class TestFinalFantasyXIV (line 5) | class TestFinalFantasyXIV < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_jobs (line 14) | def test_jobs method test_races (line 18) | def test_races method test_data_centers (line 22) | def test_data_centers method test_zones (line 26) | def test_zones FILE: test/faker/games/test_faker_game.rb class TestFakerGame (line 5) | class TestFakerGame < Test::Unit::TestCase method setup (line 6) | def setup method test_title (line 10) | def test_title method test_genre (line 14) | def test_genre method test_platform (line 18) | def test_platform FILE: test/faker/games/test_faker_heroes.rb class TestFakerHeroes (line 5) | class TestFakerHeroes < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_specialty (line 14) | def test_specialty method test_klass (line 18) | def test_klass method test_artifact (line 22) | def test_artifact FILE: test/faker/games/test_faker_heroes_of_the_storm.rb class TestFakerHeroesOfTheStorm (line 5) | class TestFakerHeroesOfTheStorm < Test::Unit::TestCase method setup (line 6) | def setup method test_battleground (line 10) | def test_battleground method test_class_name (line 14) | def test_class_name method test_hero (line 18) | def test_hero method test_quote (line 22) | def test_quote FILE: test/faker/games/test_faker_league_of_legends.rb class TestFakerLeagueOfLegends (line 5) | class TestFakerLeagueOfLegends < Test::Unit::TestCase method setup (line 6) | def setup method test_champions (line 10) | def test_champions method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote method test_summoner_spell (line 22) | def test_summoner_spell method test_masteries (line 26) | def test_masteries method test_rank (line 30) | def test_rank FILE: test/faker/games/test_faker_minecraft.rb class TestFakerMinecraft (line 5) | class TestFakerMinecraft < Test::Unit::TestCase method setup (line 6) | def setup method test_achievement (line 10) | def test_achievement method test_biome (line 14) | def test_biome method test_block (line 18) | def test_block method test_enchantment (line 22) | def test_enchantment method test_game_mode (line 26) | def test_game_mode method test_item (line 30) | def test_item method test_mob (line 34) | def test_mob method test_status_effect (line 38) | def test_status_effect FILE: test/faker/games/test_faker_myst.rb class TestFakerMyst (line 5) | class TestFakerMyst < Test::Unit::TestCase method setup (line 6) | def setup method test_game (line 10) | def test_game method test_creature (line 14) | def test_creature method test_age (line 18) | def test_age method test_character (line 22) | def test_character method test_quote (line 26) | def test_quote FILE: test/faker/games/test_faker_overwatch.rb class TestFakerOverwatch (line 5) | class TestFakerOverwatch < Test::Unit::TestCase method setup (line 6) | def setup method test_hero (line 10) | def test_hero method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/games/test_faker_pokemon.rb class TestFakerPokemon (line 5) | class TestFakerPokemon < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_location (line 14) | def test_location method test_move (line 18) | def test_move FILE: test/faker/games/test_faker_sonic_the_hedgehog.rb class TestFakerGamesSonicTheHedgehog (line 5) | class TestFakerGamesSonicTheHedgehog < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_zone (line 14) | def test_zone method test_game (line 18) | def test_game FILE: test/faker/games/test_faker_street_fighter.rb class TestFakerStreetFighter (line 5) | class TestFakerStreetFighter < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_stage (line 14) | def test_stage method test_quote (line 18) | def test_quote method test_move (line 22) | def test_move FILE: test/faker/games/test_faker_super_mario.rb class TestFakerSuperMario (line 5) | class TestFakerSuperMario < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_game (line 14) | def test_game method test_location (line 18) | def test_location FILE: test/faker/games/test_faker_super_smash_bros.rb class TestFakerGamesSuperSmashBros (line 5) | class TestFakerGamesSuperSmashBros < Test::Unit::TestCase method setup (line 6) | def setup method test_fighter (line 10) | def test_fighter method test_stage (line 14) | def test_stage FILE: test/faker/games/test_faker_tarkov.rb class TestFakerTarkov (line 5) | class TestFakerTarkov < Test::Unit::TestCase method setup (line 6) | def setup method test_location (line 12) | def test_location method test_trader (line 16) | def test_trader method test_item (line 20) | def test_item method test_weapon (line 24) | def test_weapon method test_boss (line 28) | def test_boss method test_faction (line 32) | def test_faction method test_quest (line 36) | def test_quest method test_prapor_quest (line 40) | def test_prapor_quest method test_therapist_quest (line 44) | def test_therapist_quest method test_skier_quest (line 48) | def test_skier_quest method test_peacekeeper_quest (line 52) | def test_peacekeeper_quest method test_mechanic_quest (line 56) | def test_mechanic_quest method test_ragman_quest (line 60) | def test_ragman_quest method test_jaeger_quest (line 64) | def test_jaeger_quest method test_fence_quest (line 68) | def test_fence_quest FILE: test/faker/games/test_faker_touhou.rb class TestFakerTouhou (line 5) | class TestFakerTouhou < Test::Unit::TestCase method setup (line 6) | def setup method test_game (line 10) | def test_game method test_character (line 14) | def test_character method test_location (line 18) | def test_location method test_spell_card (line 22) | def test_spell_card method test_song (line 26) | def test_song FILE: test/faker/games/test_faker_warhammer_fantasy.rb class TestWarhammerFantasy (line 5) | class TestWarhammerFantasy < Test::Unit::TestCase method setup (line 6) | def setup method test_heroes (line 10) | def test_heroes method test_quotes (line 14) | def test_quotes method test_locations (line 18) | def test_locations method test_factions (line 22) | def test_factions method test_creatures (line 26) | def test_creatures FILE: test/faker/games/test_faker_witcher.rb class TestFakerWitcher (line 5) | class TestFakerWitcher < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_school (line 18) | def test_school method test_witcher (line 22) | def test_witcher method test_monster (line 26) | def test_monster method test_quote (line 30) | def test_quote method test_sign (line 34) | def test_sign method test_potion (line 38) | def test_potion method test_book (line 42) | def test_book FILE: test/faker/games/test_faker_world_of_warcraft.rb class TestWorldOfWarcraft (line 5) | class TestWorldOfWarcraft < Test::Unit::TestCase method setup (line 6) | def setup method test_heroes (line 10) | def test_heroes method test_class_names (line 14) | def test_class_names method test_races (line 18) | def test_races method test_quotes (line 22) | def test_quotes FILE: test/faker/games/test_faker_zelda.rb class TestFakerZelda (line 5) | class TestFakerZelda < Test::Unit::TestCase method setup (line 6) | def setup method test_game (line 10) | def test_game method test_character (line 14) | def test_character method test_location (line 18) | def test_location method test_item (line 22) | def test_item FILE: test/faker/japanese_media/test_faker_conan.rb class TestFakerJapaneseConan (line 5) | class TestFakerJapaneseConan < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_gadget (line 14) | def test_gadget method test_vehicle (line 18) | def test_vehicle FILE: test/faker/japanese_media/test_faker_cowboy_bebop.rb class TestFakerCowboyBebop (line 5) | class TestFakerCowboyBebop < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_episode (line 14) | def test_episode method test_song (line 18) | def test_song method test_quote (line 22) | def test_quote FILE: test/faker/japanese_media/test_faker_doraemon.rb class TestFakerJapaneseMediaDoraemon (line 5) | class TestFakerJapaneseMediaDoraemon < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_gadget (line 14) | def test_gadget method test_location (line 18) | def test_location FILE: test/faker/japanese_media/test_faker_dragon_ball.rb class TestFakerJapaneseMediaDragonBall (line 5) | class TestFakerJapaneseMediaDragonBall < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_race (line 14) | def test_race method test_planet (line 18) | def test_planet FILE: test/faker/japanese_media/test_faker_fullmetal_alchemist_brotherhood.rb class TestFakerFullmetalAlchemistBrotherhood (line 5) | class TestFakerFullmetalAlchemistBrotherhood < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_city (line 14) | def test_city method test_country (line 18) | def test_country FILE: test/faker/japanese_media/test_faker_kamen_rider.rb class TestFakerJapaneseKamenRider (line 5) | class TestFakerJapaneseKamenRider < Test::Unit::TestCase method setup (line 6) | def setup method test_kamen_rider (line 10) | def test_kamen_rider method test_kamen_rider_showa (line 14) | def test_kamen_rider_showa method test_kamen_rider_heisei (line 18) | def test_kamen_rider_heisei method test_kamen_rider_reiwa (line 22) | def test_kamen_rider_reiwa method test_kamen_rider_heisei_reiwa (line 26) | def test_kamen_rider_heisei_reiwa method test_user_all (line 30) | def test_user_all method test_user_showa (line 34) | def test_user_showa method test_user_heisei (line 38) | def test_user_heisei method test_user_reiwa (line 42) | def test_user_reiwa method test_user_heisei_reiwa (line 46) | def test_user_heisei_reiwa method test_series_all (line 50) | def test_series_all method test_series_showa (line 54) | def test_series_showa method test_series_heisei (line 58) | def test_series_heisei method test_series_reiwa (line 62) | def test_series_reiwa method test_series_heisei_reiwa (line 66) | def test_series_heisei_reiwa method test_collectible_device_all (line 70) | def test_collectible_device_all method test_collectible_device_showa (line 75) | def test_collectible_device_showa method test_collectible_device_heisei (line 79) | def test_collectible_device_heisei method test_collectible_device_reiwa (line 83) | def test_collectible_device_reiwa method test_collectible_device_heisei_reiwa (line 87) | def test_collectible_device_heisei_reiwa method test_transformation_device_all (line 91) | def test_transformation_device_all method test_transformation_device_showa (line 95) | def test_transformation_device_showa method test_transformation_device_heisei (line 99) | def test_transformation_device_heisei method test_transformation_device_reiwa (line 103) | def test_transformation_device_reiwa method test_transformation_device_heisei_reiwa (line 107) | def test_transformation_device_heisei_reiwa FILE: test/faker/japanese_media/test_faker_one_piece.rb class TestFakerJapaneseOnePiece (line 5) | class TestFakerJapaneseOnePiece < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_sea (line 14) | def test_sea method test_island (line 18) | def test_island method test_location (line 22) | def test_location method test_quote (line 26) | def test_quote method test_akuma_no_mi (line 30) | def test_akuma_no_mi FILE: test/faker/japanese_media/test_faker_studio_ghibli.rb class TestFakerJapaneseMediaStudioGhibli (line 5) | class TestFakerJapaneseMediaStudioGhibli < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote method test_movie (line 18) | def test_movie FILE: test/faker/japanese_media/test_faker_sword_art_online.rb class TestFakerJapaneseSwordArtOnline (line 5) | class TestFakerJapaneseSwordArtOnline < Test::Unit::TestCase method setup (line 6) | def setup method test_real_name (line 10) | def test_real_name method test_game_name (line 14) | def test_game_name method test_location (line 18) | def test_location method test_item (line 22) | def test_item FILE: test/faker/japanese_media/text_faker_naruto.rb class TestFakerJapaneseNaruto (line 5) | class TestFakerJapaneseNaruto < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_village (line 14) | def test_village method test_eye (line 18) | def test_eye method test_demon (line 22) | def test_demon FILE: test/faker/locations/test_faker_australia.rb class TestFakerLocationsAustralia (line 5) | class TestFakerLocationsAustralia < Test::Unit::TestCase method test_location (line 6) | def test_location method test_animal (line 10) | def test_animal method test_state (line 14) | def test_state FILE: test/faker/movies/test_faker_avatar.rb class TestFakerMovieAvatar (line 5) | class TestFakerMovieAvatar < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_date (line 14) | def test_date method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_back_to_the_future.rb class TestFakerBackToTheFuture (line 5) | class TestFakerBackToTheFuture < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_date (line 14) | def test_date method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_departed.rb class TestFakerDeparted (line 5) | class TestFakerDeparted < Test::Unit::TestCase method setup (line 6) | def setup method test_actor (line 10) | def test_actor method test_character (line 14) | def test_character method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_hackers.rb class TestFakerHackers (line 5) | class TestFakerHackers < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_handle (line 14) | def test_handle method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_harry_potter.rb class TestFakerHarryPotter (line 5) | class TestFakerHarryPotter < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote method test_book (line 22) | def test_book method test_house (line 26) | def test_house method test_spell (line 30) | def test_spell FILE: test/faker/movies/test_faker_hitchhikers_guide_to_the_galaxy.rb class TestFakerHitchhikersGuideToTheGalaxy (line 5) | class TestFakerHitchhikersGuideToTheGalaxy < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_marvin_quote (line 18) | def test_marvin_quote method test_planet (line 22) | def test_planet method test_quote (line 26) | def test_quote method test_specie (line 30) | def test_specie method test_starship (line 34) | def test_starship FILE: test/faker/movies/test_faker_hobbit.rb class TestFakerMoviesHobbit (line 5) | class TestFakerMoviesHobbit < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote method test_location (line 18) | def test_location method test_thorins_company (line 22) | def test_thorins_company FILE: test/faker/movies/test_faker_how_to_train_your_dragon.rb class TestFakerHowToTrainYourDragon (line 5) | class TestFakerHowToTrainYourDragon < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_dragon (line 18) | def test_dragon FILE: test/faker/movies/test_faker_lebowski.rb class TestFakerLebowski (line 5) | class TestFakerLebowski < Test::Unit::TestCase method setup (line 6) | def setup method test_actor (line 10) | def test_actor method test_character (line 14) | def test_character method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_lord_of_the_rings.rb class TestFakerLordOfTheRings (line 5) | class TestFakerLordOfTheRings < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_movie.rb class TestFakerMovie (line 5) | class TestFakerMovie < Test::Unit::TestCase method setup (line 6) | def setup method test_title (line 10) | def test_title method test_quote (line 14) | def test_quote FILE: test/faker/movies/test_faker_movies_ghostbusters.rb class TestFakerMoviesGhostbusters (line 5) | class TestFakerMoviesGhostbusters < Test::Unit::TestCase method setup (line 6) | def setup method test_actor (line 10) | def test_actor method test_character (line 14) | def test_character method test_quote (line 18) | def test_quote FILE: test/faker/movies/test_faker_princess_bride.rb class TestFakerPrincessBride (line 5) | class TestFakerPrincessBride < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/movies/test_faker_star_wars.rb class TestFakerStarWars (line 5) | class TestFakerStarWars < Test::Unit::TestCase method setup (line 6) | def setup method test_call_sign (line 10) | def test_call_sign method test_character (line 14) | def test_character method test_droid (line 18) | def test_droid method test_planet (line 22) | def test_planet method test_quote (line 26) | def test_quote method test_random_character_quote (line 31) | def test_random_character_quote method test_random_character_alt_spelling_quote (line 36) | def test_random_character_alt_spelling_quote method test_invalid_quote (line 41) | def test_invalid_quote method test_specie (line 47) | def test_specie method test_vehicle (line 51) | def test_vehicle method test_wookiee_sentence (line 55) | def test_wookiee_sentence method test_call_numbers (line 59) | def test_call_numbers method test_call_squadrons (line 63) | def test_call_squadrons method test_characters (line 67) | def test_characters method test_droids (line 71) | def test_droids method test_planets (line 75) | def test_planets method test_species (line 79) | def test_species method test_vehicles (line 83) | def test_vehicles method test_wookiee_words (line 87) | def test_wookiee_words FILE: test/faker/movies/test_faker_the_room.rb class TestFakerRoom (line 5) | class TestFakerRoom < Test::Unit::TestCase method setup (line 6) | def setup method test_actor (line 10) | def test_actor method test_character (line 14) | def test_character method test_location (line 18) | def test_location method test_quote (line 22) | def test_quote FILE: test/faker/movies/test_faker_tron.rb class TestFakerTron (line 5) | class TestFakerTron < Test::Unit::TestCase method setup (line 14) | def setup method test_character (line 18) | def test_character method test_game (line 22) | def test_game method test_location (line 26) | def test_location method test_program (line 30) | def test_program method test_quote (line 34) | def test_quote method test_quote_random_character (line 39) | def test_quote_random_character method test_quote_random_character_alt_spelling (line 44) | def test_quote_random_character_alt_spelling method test_quote_invalid (line 49) | def test_quote_invalid method test_tagline (line 55) | def test_tagline method test_user (line 59) | def test_user method test_vehicle (line 63) | def test_vehicle method test_characters (line 67) | def test_characters method test_games (line 74) | def test_games method test_locations (line 81) | def test_locations method test_programs (line 88) | def test_programs method test_taglines (line 95) | def test_taglines method test_users (line 102) | def test_users method test_vehicles (line 109) | def test_vehicles FILE: test/faker/movies/test_faker_v_for_vendetta.rb class TestFakerVForVendetta (line 5) | class TestFakerVForVendetta < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_speech (line 14) | def test_speech method test_quote (line 18) | def test_quote FILE: test/faker/music/test_faker_bossa_nova.rb class TestFakerBossaNova (line 5) | class TestFakerBossaNova < Test::Unit::TestCase method setup (line 6) | def setup method test_artists (line 10) | def test_artists method test_songs (line 14) | def test_songs FILE: test/faker/music/test_faker_grateful_dead.rb class TestFakerGratefulDead (line 5) | class TestFakerGratefulDead < Test::Unit::TestCase method setup (line 6) | def setup method test_player (line 10) | def test_player method test_song (line 14) | def test_song FILE: test/faker/music/test_faker_hiphop.rb class TestFakerHiphop (line 5) | class TestFakerHiphop < Test::Unit::TestCase method setup (line 6) | def setup method test_artist (line 10) | def test_artist method test_groups (line 14) | def test_groups method test_subgenres (line 18) | def test_subgenres FILE: test/faker/music/test_faker_music.rb class TestFakerMusic (line 5) | class TestFakerMusic < Test::Unit::TestCase method setup (line 6) | def setup method test_keys (line 10) | def test_keys method test_key_variants (line 19) | def test_key_variants method test_key_types (line 26) | def test_key_types method test_chord_types (line 33) | def test_chord_types method test_key (line 40) | def test_key method test_instrument (line 44) | def test_instrument method test_chord (line 48) | def test_chord method test_band (line 52) | def test_band method test_album (line 56) | def test_album method test_genre (line 60) | def test_genre method test_mambo_no_5 (line 64) | def test_mambo_no_5 FILE: test/faker/music/test_faker_opera.rb class TestFakerOpera (line 5) | class TestFakerOpera < Test::Unit::TestCase method setup (line 6) | def setup method verdi (line 10) | def verdi method rossini (line 14) | def rossini method donizetti (line 18) | def donizetti method bellini (line 22) | def bellini method mozart (line 26) | def mozart method mozart_italian (line 30) | def mozart_italian method mozart_german (line 34) | def mozart_german method gluck (line 38) | def gluck method gluck_italian (line 42) | def gluck_italian method gluck_french (line 46) | def gluck_french method beethoven (line 50) | def beethoven method weber (line 54) | def weber method strauss (line 58) | def strauss method wagner (line 62) | def wagner method schumann (line 66) | def schumann method schubert (line 70) | def schubert method berg (line 74) | def berg method ravel (line 78) | def ravel method berlioz (line 82) | def berlioz method bizet (line 86) | def bizet method gounod (line 90) | def gounod method saint_saens (line 94) | def saint_saens FILE: test/faker/music/test_faker_pearl_jam.rb class TestFakerPearlJam (line 5) | class TestFakerPearlJam < Test::Unit::TestCase method setup (line 6) | def setup method test_musician (line 10) | def test_musician method test_album (line 14) | def test_album method test_song (line 18) | def test_song FILE: test/faker/music/test_faker_phish.rb class TestFakerPhish (line 5) | class TestFakerPhish < Test::Unit::TestCase method setup (line 6) | def setup method test_album (line 10) | def test_album method test_musician (line 14) | def test_musician method test_song (line 18) | def test_song FILE: test/faker/music/test_faker_prince.rb class TestFakerPRince (line 5) | class TestFakerPRince < Test::Unit::TestCase method setup (line 6) | def setup method test_song (line 10) | def test_song method test_lyric (line 14) | def test_lyric method test_album (line 18) | def test_album method test_band (line 22) | def test_band FILE: test/faker/music/test_faker_rock_band.rb class TestFakerRockBand (line 5) | class TestFakerRockBand < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_song (line 14) | def test_song FILE: test/faker/music/test_faker_rush.rb class TestFakerRush (line 5) | class TestFakerRush < Test::Unit::TestCase method setup (line 6) | def setup method test_player (line 10) | def test_player method test_album (line 14) | def test_album FILE: test/faker/music/test_faker_smashing_pumpkins.rb class TestFakerSmashingPumpkins (line 5) | class TestFakerSmashingPumpkins < Test::Unit::TestCase method setup (line 6) | def setup method test_album (line 10) | def test_album method test_lyric (line 14) | def test_lyric method test_musician (line 18) | def test_musician method test_song (line 22) | def test_song FILE: test/faker/music/test_faker_umphreys_mcgee.rb class TestFakerUmphreysMcgee (line 5) | class TestFakerUmphreysMcgee < Test::Unit::TestCase method setup (line 6) | def setup method test_song (line 10) | def test_song FILE: test/faker/quotes/test_faker_chiquito.rb class TestFakerChiquito (line 5) | class TestFakerChiquito < Test::Unit::TestCase method setup (line 6) | def setup method test_expression (line 10) | def test_expression method test_term (line 14) | def test_term method test_joke (line 18) | def test_joke method test_sentence (line 22) | def test_sentence FILE: test/faker/quotes/test_faker_quote.rb class TestFakerYoda (line 5) | class TestFakerYoda < Test::Unit::TestCase method setup (line 6) | def setup method test_famous_last_words (line 10) | def test_famous_last_words method test_jack_handey (line 14) | def test_jack_handey method test_matz (line 18) | def test_matz method test_most_interesting_man_in_the_world (line 22) | def test_most_interesting_man_in_the_world method test_robin (line 26) | def test_robin method test_singular_siegler (line 30) | def test_singular_siegler method test_yoda (line 34) | def test_yoda method test_fortune_cookie (line 38) | def test_fortune_cookie method test_mitch_hedberg (line 42) | def test_mitch_hedberg FILE: test/faker/quotes/test_faker_rajnikanth.rb class TestFakerRajnikanth (line 5) | class TestFakerRajnikanth < Test::Unit::TestCase method setup (line 6) | def setup method test_jokes (line 10) | def test_jokes FILE: test/faker/quotes/test_faker_shakespeare.rb class TestFakerShakespeare (line 5) | class TestFakerShakespeare < Test::Unit::TestCase method setup (line 6) | def setup method test_as_you_like_it_quote (line 10) | def test_as_you_like_it_quote method test_king_richard_iii_quote (line 14) | def test_king_richard_iii_quote method test_romeo_and_juliet_quote (line 18) | def test_romeo_and_juliet_quote method test_hamlet_quote (line 22) | def test_hamlet_quote FILE: test/faker/religion/test_bible.rb class TestFakerReligionBible (line 5) | class TestFakerReligionBible < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/sports/test_faker_basketball.rb class TestFakerBasketball (line 5) | class TestFakerBasketball < Test::Unit::TestCase method setup (line 6) | def setup method test_team (line 10) | def test_team method test_player (line 14) | def test_player method test_coach (line 18) | def test_coach method test_position (line 22) | def test_position FILE: test/faker/sports/test_faker_chess.rb class TestFakerChess (line 5) | class TestFakerChess < Test::Unit::TestCase method setup (line 6) | def setup method test_player (line 10) | def test_player method test_federation (line 14) | def test_federation method test_tournament (line 18) | def test_tournament method test_rating (line 22) | def test_rating method test_opening (line 29) | def test_opening method test_title (line 33) | def test_title FILE: test/faker/sports/test_faker_football.rb class TestFakerFootball (line 5) | class TestFakerFootball < Test::Unit::TestCase method setup (line 6) | def setup method test_team (line 10) | def test_team method test_player (line 14) | def test_player method test_coach (line 18) | def test_coach method test_competition (line 22) | def test_competition method test_position (line 26) | def test_position FILE: test/faker/sports/test_faker_mountaineering.rb class TestFakerMountaineering (line 5) | class TestFakerMountaineering < Test::Unit::TestCase method setup (line 6) | def setup method test_mountaineer (line 10) | def test_mountaineer FILE: test/faker/sports/test_faker_sport.rb class TestFakerSport (line 5) | class TestFakerSport < Test::Unit::TestCase method setup (line 6) | def setup method test_sport (line 10) | def test_sport method test_sport_with_ancient_allowed (line 14) | def test_sport_with_ancient_allowed method test_sport_with_unusual_allowed (line 18) | def test_sport_with_unusual_allowed method test_sport_with_ancient_and_unusual_allowed (line 22) | def test_sport_with_ancient_and_unusual_allowed method test_summer_olympics (line 26) | def test_summer_olympics method test_winter_olympics (line 30) | def test_winter_olympics method test_summer_paralympics (line 34) | def test_summer_paralympics method test_winter_paralympics (line 38) | def test_winter_paralympics method test_unusual_sports (line 42) | def test_unusual_sports method test_ancient_olympics (line 46) | def test_ancient_olympics FILE: test/faker/sports/test_faker_volleyball.rb class TestFakerVolleyball (line 5) | class TestFakerVolleyball < Test::Unit::TestCase method setup (line 6) | def setup method test_team (line 10) | def test_team method test_player (line 14) | def test_player method test_coach (line 18) | def test_coach method test_position (line 22) | def test_position method test_formation (line 26) | def test_formation FILE: test/faker/travel/test_faker_airports.rb class TestFakerAirport (line 5) | class TestFakerAirport < Test::Unit::TestCase method setup (line 6) | def setup method test_name (line 10) | def test_name method test_iata (line 14) | def test_iata method test_name_with_invalid_arguments (line 18) | def test_name_with_invalid_arguments method test_iata_with_invalid_arguments (line 24) | def test_iata_with_invalid_arguments FILE: test/faker/travel/test_faker_train_station.rb class TestFakerTrainStation (line 5) | class TestFakerTrainStation < Test::Unit::TestCase method setup (line 6) | def setup method test_name_uk (line 10) | def test_name_uk method test_name_esp (line 15) | def test_name_esp method test_name_us (line 19) | def test_name_us method test_name_no_args (line 23) | def test_name_no_args method test_region_only (line 27) | def test_region_only method test_type_only (line 32) | def test_type_only method test_name_with_invalid_arguments (line 37) | def test_name_with_invalid_arguments FILE: test/faker/tv_shows/spongebob.rb class TestFakerTvShowsSpongebob (line 5) | class TestFakerTvShowsSpongebob < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote method test_episode (line 18) | def test_episode FILE: test/faker/tv_shows/test_aqua_teen_hunger_force.rb class TestFakerTvShowsAquaTeenHungerForce (line 5) | class TestFakerTvShowsAquaTeenHungerForce < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/tv_shows/test_archer.rb class TestFakerTvShowsArcher (line 5) | class TestFakerTvShowsArcher < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_locations (line 14) | def test_locations method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_big_bang_theory.rb class TestFakerTvShowsBigBangTheory (line 5) | class TestFakerTvShowsBigBangTheory < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/tv_shows/test_bojack_horseman.rb class TestFakerTvShowsBojackHorseman (line 5) | class TestFakerTvShowsBojackHorseman < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_tongue_twister (line 14) | def test_tongue_twister method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_breaking_bad.rb class TestFakerTvShowsBreakingBad (line 5) | class TestFakerTvShowsBreakingBad < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_episode (line 14) | def test_episode FILE: test/faker/tv_shows/test_brooklyn_nine_nine.rb class TestFakerTvShowsBrooklynNineNine (line 5) | class TestFakerTvShowsBrooklynNineNine < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/tv_shows/test_buffy.rb class TestFakerTvShowsBuffy (line 5) | class TestFakerTvShowsBuffy < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote method test_actor (line 18) | def test_actor method test_big_bad (line 22) | def test_big_bad method test_episode (line 26) | def test_episode FILE: test/faker/tv_shows/test_community.rb class TestFakerTvShowsCommunity (line 5) | class TestFakerTvShowsCommunity < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/tv_shows/test_dr_who.rb class TestFakerTvShowsDrWho (line 5) | class TestFakerTvShowsDrWho < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 11) | def test_character method test_the_doctor (line 15) | def test_the_doctor method test_actor (line 19) | def test_actor method test_catch_phrase (line 23) | def test_catch_phrase method test_quote (line 27) | def test_quote method test_villain (line 31) | def test_villain method test_specie (line 35) | def test_specie method test_locales (line 39) | def test_locales FILE: test/faker/tv_shows/test_dumb_and_dumber.rb class TestFakerTvShowsDumbAndDumber (line 5) | class TestFakerTvShowsDumbAndDumber < Test::Unit::TestCase method setup (line 6) | def setup method test_actor (line 10) | def test_actor method test_character (line 14) | def test_character method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_family_guy.rb class TestFakerTvShowsFamilyGuy (line 5) | class TestFakerTvShowsFamilyGuy < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_final_space.rb class TestFakerTvShowsFinalSpace (line 5) | class TestFakerTvShowsFinalSpace < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_vehicle (line 14) | def test_vehicle method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_friends.rb class TestFakerTvShowsFriends (line 5) | class TestFakerTvShowsFriends < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_futurama.rb class TestFakerTvShowsFuturama (line 5) | class TestFakerTvShowsFuturama < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_locations (line 14) | def test_locations method test_quote (line 18) | def test_quote method test_hermes_catchphrases (line 22) | def test_hermes_catchphrases FILE: test/faker/tv_shows/test_game_of_thrones.rb class TestFakerTvShowsGameOfThrones (line 5) | class TestFakerTvShowsGameOfThrones < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_house (line 14) | def test_house method test_city (line 18) | def test_city method test_quote (line 22) | def test_quote method test_dragon (line 26) | def test_dragon FILE: test/faker/tv_shows/test_hey_arnold.rb class TestFakerTvShowsHeyArnold (line 5) | class TestFakerTvShowsHeyArnold < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_how_i_met_your_mother.rb class TestFakerTvShowsHowIMetYourMother (line 5) | class TestFakerTvShowsHowIMetYourMother < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_catch_phrase (line 14) | def test_catch_phrase method test_high_five (line 18) | def test_high_five method test_quote (line 22) | def test_quote FILE: test/faker/tv_shows/test_michael_scott.rb class TestFakerMichaelScott (line 5) | class TestFakerMichaelScott < Test::Unit::TestCase method setup (line 6) | def setup method test_quote (line 10) | def test_quote FILE: test/faker/tv_shows/test_new_girl.rb class TestFakerTvShowsNewGirl (line 5) | class TestFakerTvShowsNewGirl < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/tv_shows/test_parks_and_rec.rb class TestFakerTvShowsParksAndRec (line 5) | class TestFakerTvShowsParksAndRec < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_city (line 14) | def test_city FILE: test/faker/tv_shows/test_rick_and_morty.rb class TestFakerTvShowsRickAndMorty (line 5) | class TestFakerTvShowsRickAndMorty < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_ru_paul.rb class TestFakerRuPaul (line 5) | class TestFakerRuPaul < Test::Unit::TestCase method setup (line 6) | def setup method test_quote (line 10) | def test_quote method test_queen (line 14) | def test_queen FILE: test/faker/tv_shows/test_seinfeld.rb class TestFakerTvShowsSeinfeld (line 5) | class TestFakerTvShowsSeinfeld < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote method test_business (line 18) | def test_business FILE: test/faker/tv_shows/test_silicon_valley.rb class TestFakerTvShowsSiliconValley (line 5) | class TestFakerTvShowsSiliconValley < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_companies (line 14) | def test_companies method test_quotes (line 18) | def test_quotes method test_apps (line 22) | def test_apps method test_inventions (line 26) | def test_inventions method test_mottos (line 30) | def test_mottos method test_urls (line 34) | def test_urls method test_email (line 38) | def test_email FILE: test/faker/tv_shows/test_simpsons.rb class TestFakerTvShowsSimpsons (line 5) | class TestFakerTvShowsSimpsons < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 11) | def test_characters method test_locations (line 15) | def test_locations method test_quote (line 19) | def test_quote method test_episode_titles (line 23) | def test_episode_titles method test_locales (line 27) | def test_locales FILE: test/faker/tv_shows/test_south_park.rb class TestFakerTvShowsSouthPark (line 5) | class TestFakerTvShowsSouthPark < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote method test_episode_name (line 18) | def test_episode_name FILE: test/faker/tv_shows/test_star_trek.rb class TestFakerTvShowsStarTrek (line 5) | class TestFakerTvShowsStarTrek < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_locations (line 14) | def test_locations method test_species (line 18) | def test_species method test_villains (line 22) | def test_villains FILE: test/faker/tv_shows/test_stargate.rb class TestFakerTvShowsStargate (line 5) | class TestFakerTvShowsStargate < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_planet (line 14) | def test_planet method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_stranger_things.rb class TestFakerTvShowsThings (line 5) | class TestFakerTvShowsThings < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_quotes (line 14) | def test_quotes FILE: test/faker/tv_shows/test_suits.rb class TestFakerTvShowsSuits (line 5) | class TestFakerTvShowsSuits < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_quote (line 14) | def test_quote FILE: test/faker/tv_shows/test_supernatural.rb class TestFakerTvShowsSupernatural (line 5) | class TestFakerTvShowsSupernatural < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_creature (line 14) | def test_creature method test_weapon (line 18) | def test_weapon FILE: test/faker/tv_shows/test_the_expanse.rb class TestFakerTvShowsTheExpanse (line 5) | class TestFakerTvShowsTheExpanse < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote method test_ship (line 22) | def test_ship FILE: test/faker/tv_shows/test_the_fresh_prince_of_bel_air.rb class TestFakerTvShowsTheFreshPrinceOfBelAir (line 5) | class TestFakerTvShowsTheFreshPrinceOfBelAir < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_actor (line 14) | def test_actor method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_the_it_crowd.rb class TestFakerTvShowsTheItCrowd (line 5) | class TestFakerTvShowsTheItCrowd < Test::Unit::TestCase method setup (line 6) | def setup method test_actors (line 10) | def test_actors method test_characters (line 14) | def test_characters method test_emails (line 18) | def test_emails method test_quotes (line 22) | def test_quotes FILE: test/faker/tv_shows/test_the_office.rb class TestFakerTvShowsTheOffice (line 5) | class TestFakerTvShowsTheOffice < Test::Unit::TestCase method setup (line 6) | def setup method test_characters (line 10) | def test_characters method test_quotes (line 14) | def test_quotes FILE: test/faker/tv_shows/test_the_thick_of_it.rb class TestFakerTvShowsTheThickOfIt (line 5) | class TestFakerTvShowsTheThickOfIt < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_department (line 14) | def test_department method test_position (line 18) | def test_position FILE: test/faker/tv_shows/test_twin_peaks.rb class TestFakerTvShowsTwinPeaks (line 5) | class TestFakerTvShowsTwinPeaks < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_location (line 14) | def test_location method test_quote (line 18) | def test_quote FILE: test/faker/tv_shows/test_venture_bros.rb class TestFakerTvShowsVentureBros (line 5) | class TestFakerTvShowsVentureBros < Test::Unit::TestCase method setup (line 6) | def setup method test_character (line 10) | def test_character method test_vehicle (line 14) | def test_vehicle method test_organization (line 18) | def test_organization method test_quote (line 22) | def test_quote FILE: test/helpers/test_faker_deprecator.rb class TestFakerDeprecation (line 5) | class TestFakerDeprecation < Test::Unit::TestCase method test_using_a_deprecated_generator_returns_a_warning_message (line 6) | def test_using_a_deprecated_generator_returns_a_warning_message method test_using_a_non_deprecated_generator_does_not_return_a_warning_message (line 14) | def test_using_a_non_deprecated_generator_does_not_return_a_warning_me... method test_testing_a_deprecated_generator_with_skip_warning_does_not_return_a_warning_message (line 21) | def test_testing_a_deprecated_generator_with_skip_warning_does_not_ret... method test_deprecated_with_skip_warning_does_not_generate_message (line 33) | def test_deprecated_with_skip_warning_does_not_generate_message type Faker (line 44) | module Faker class Cats (line 45) | class Cats < Base method say (line 46) | def self.say FILE: test/support/assert_email_regex.rb function assert_email_regex (line 3) | def assert_email_regex(first_name, last_name, email) function email_regex (line 12) | def email_regex(first_name, last_name) FILE: test/support/assert_not_english.rb function assert_not_english (line 3) | def assert_not_english(word) FILE: test/support/deprecation.rb function assert_deprecated (line 12) | def assert_deprecated(&block) function assert_not_deprecated (line 26) | def assert_not_deprecated(&block) function with_captured_stdout (line 34) | def with_captured_stdout(&block) FILE: test/test_ar_locale.rb class TestArLocale (line 5) | class TestArLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_ar_address_methods (line 14) | def test_ar_address_methods method test_ar_app_methods (line 31) | def test_ar_app_methods method test_ar_book_methods (line 37) | def test_ar_book_methods method test_ar_color_name (line 44) | def test_ar_color_name method test_ar_commerce_methods (line 48) | def test_ar_commerce_methods method test_ar_company_methods (line 54) | def test_ar_company_methods method test_ar_name_methods (line 63) | def test_ar_name_methods method test_ar_team_methods (line 70) | def test_ar_team_methods method test_ar_university_methods (line 76) | def test_ar_university_methods FILE: test/test_bg_locale.rb class TestBgLocale (line 5) | class TestBgLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_bg_methods (line 14) | def test_bg_methods method test_bg_internet_methods (line 27) | def test_bg_internet_methods method test_bg_name_methods (line 32) | def test_bg_name_methods method test_bg_phone_number_methods (line 43) | def test_bg_phone_number_methods method test_bg_cell_number_starts_wiht_08 (line 47) | def test_bg_cell_number_starts_wiht_08 FILE: test/test_ca_cat_locale.rb class TestCaCatLocale (line 5) | class TestCaCatLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_ca_cat_address_methods (line 14) | def test_ca_cat_address_methods method test_ca_cat_phone_numbers_start_with_9 (line 29) | def test_ca_cat_phone_numbers_start_with_9 method test_ca_cat_cell_numbers_start_with_6 (line 35) | def test_ca_cat_cell_numbers_start_with_6 FILE: test/test_ca_locale.rb class TestCaLocale (line 5) | class TestCaLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_ca_color_methods (line 14) | def test_ca_color_methods method test_ca_name_methods (line 18) | def test_ca_name_methods FILE: test/test_da_dk_locale.rb class TestDaDkLocale (line 5) | class TestDaDkLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_da_dk_address_methods (line 14) | def test_da_dk_address_methods method test_da_dk_company_methods (line 29) | def test_da_dk_company_methods method test_da_dk_commerce_methods (line 34) | def test_da_dk_commerce_methods method test_da_dk_internet_methods (line 41) | def test_da_dk_internet_methods method test_da_dk_name_methods (line 45) | def test_da_dk_name_methods method test_da_dk_phone_number_methods (line 53) | def test_da_dk_phone_number_methods method test_da_dk_counrty_code (line 58) | def test_da_dk_counrty_code FILE: test/test_de_at_locale.rb class TestDeAtLocale (line 5) | class TestDeAtLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_de_at_address_methods (line 14) | def test_de_at_address_methods method test_de_at_company_methods (line 30) | def test_de_at_company_methods method test_de_at_internet_methods (line 36) | def test_de_at_internet_methods method test_de_at_name_methods (line 41) | def test_de_at_name_methods method test_de_at_phone_number_methods (line 50) | def test_de_at_phone_number_methods FILE: test/test_de_ch_locale.rb class TestDeChLocale (line 5) | class TestDeChLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_de_ch_address_methods (line 14) | def test_de_ch_address_methods method test_de_ch_company_methods (line 21) | def test_de_ch_company_methods method test_de_ch_internet_methods (line 26) | def test_de_ch_internet_methods method test_de_ch_mountain_methods (line 30) | def test_de_ch_mountain_methods FILE: test/test_de_locale.rb class TestDeLocale (line 5) | class TestDeLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_de_address_methods (line 14) | def test_de_address_methods method test_de_book_methods (line 32) | def test_de_book_methods method test_de_chuck_norris_methods (line 38) | def test_de_chuck_norris_methods method test_de_color_methods (line 42) | def test_de_color_methods method test_de_company_methods (line 46) | def test_de_company_methods method test_de_compass_methods (line 52) | def test_de_compass_methods method test_de_commerce_methods (line 70) | def test_de_commerce_methods method test_de_food_methods (line 75) | def test_de_food_methods method test_de_internet_methods (line 82) | def test_de_internet_methods method test_de_lorem_methods (line 87) | def test_de_lorem_methods method test_de_hipster_methods (line 91) | def test_de_hipster_methods method test_de_name_methods (line 95) | def test_de_name_methods method test_de_music_methods (line 107) | def test_de_music_methods method test_de_pokemon_methods (line 111) | def test_de_pokemon_methods method test_de_simpsons_methods (line 115) | def test_de_simpsons_methods method test_de_space_methods (line 119) | def test_de_space_methods method test_de_cell_phone_countrycode (line 131) | def test_de_cell_phone_countrycode FILE: test/test_default_locale.rb class TestDefaultLocale (line 5) | class TestDefaultLocale < Test::Unit::TestCase method test_setting_default_locale (line 6) | def test_setting_default_locale method test_setting_default_locale_on_child_thread (line 53) | def test_setting_default_locale_on_child_thread FILE: test/test_determinism.rb class TestDeterminism (line 5) | class TestDeterminism < Test::Unit::TestCase method setup (line 6) | def setup method test_determinism (line 11) | def test_determinism method test_thread_safety (line 27) | def test_thread_safety method deterministic_random? (line 49) | def deterministic_random?(first, method_name) method store_result (line 56) | def store_result(method_name) method all_methods (line 62) | def all_methods method subclasses (line 68) | def subclasses method subclass_methods (line 74) | def subclass_methods(subclass) method skipped_classes (line 80) | def skipped_classes FILE: test/test_ee_locale.rb class TestEeLocale (line 5) | class TestEeLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 15) | def teardown method test_ee_address_methods (line 19) | def test_ee_address_methods method test_ee_company_methods (line 31) | def test_ee_company_methods method test_ee_internet_methods (line 38) | def test_ee_internet_methods method test_ee_invoice_methods (line 43) | def test_ee_invoice_methods method test_ee_name_methods (line 49) | def test_ee_name_methods method test_ee_phone_number (line 56) | def test_ee_phone_number method test_ee_cell_phone_with_country_code (line 62) | def test_ee_cell_phone_with_country_code method test_ee_cell_phone (line 68) | def test_ee_cell_phone FILE: test/test_en_au_locale.rb class TestEnAuLocale (line 5) | class TestEnAuLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_au_address_methods (line 14) | def test_en_au_address_methods method test_en_au_company_methods (line 22) | def test_en_au_company_methods method test_en_au_name_methods (line 26) | def test_en_au_name_methods method test_aussie_mobiles_start_with_04 (line 32) | def test_aussie_mobiles_start_with_04 FILE: test/test_en_au_ocker_locale.rb class TestEnAuOckerLocale (line 5) | class TestEnAuOckerLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_au_address_methods (line 14) | def test_en_au_address_methods method test_en_au_company_methods (line 30) | def test_en_au_company_methods method test_en_au_internet_methods (line 34) | def test_en_au_internet_methods method test_en_au_name_methods (line 38) | def test_en_au_name_methods method test_en_au_cell_phone_method (line 44) | def test_en_au_cell_phone_method FILE: test/test_en_ca_locale.rb class TestEnCaLocale (line 5) | class TestEnCaLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_ca_address_methods (line 15) | def test_en_ca_address_methods method test_en_ca_internet_methods (line 27) | def test_en_ca_internet_methods method test_en_ca_subscriber_number_method (line 32) | def test_en_ca_subscriber_number_method method test_en_ca_phone_methods (line 39) | def test_en_ca_phone_methods method test_validity_of_phone_method_output (line 53) | def test_validity_of_phone_method_output FILE: test/test_en_gb_locale.rb class TestEnGbLocale (line 5) | class TestEnGbLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_gb_address_methods (line 15) | def test_en_gb_address_methods method test_en_gb_internet_methods (line 23) | def test_en_gb_internet_methods method test_en_gb_country_code (line 27) | def test_en_gb_country_code method test_en_gb_phone_starts_with_zero (line 31) | def test_en_gb_phone_starts_with_zero method test_en_gb_cell_phone_starts_with_zero (line 37) | def test_en_gb_cell_phone_starts_with_zero method test_en_gb_cell_phone_is_valid (line 43) | def test_en_gb_cell_phone_is_valid method test_en_gb_postcode_has_outcode_and_incode (line 51) | def test_en_gb_postcode_has_outcode_and_incode method test_en_gb_postcode_incode_is_valid (line 57) | def test_en_gb_postcode_incode_is_valid method test_en_gb_postcode_outcode_is_valid (line 64) | def test_en_gb_postcode_outcode_is_valid method test_en_gb_id_number_valid (line 73) | def test_en_gb_id_number_valid method test_en_gb_id_number_invalid (line 80) | def test_en_gb_id_number_invalid FILE: test/test_en_ind_locale.rb class TestEnIndLocale (line 5) | class TestEnIndLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_ind_address_methods (line 15) | def test_en_ind_address_methods method test_en_ind_company_methods (line 23) | def test_en_ind_company_methods method test_en_ind_internet_methods (line 27) | def test_en_ind_internet_methods method test_en_ind_name_methods (line 32) | def test_en_ind_name_methods FILE: test/test_en_ke_locale.rb class TestEnKeLocale (line 5) | class TestEnKeLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_ke_address_methods (line 14) | def test_en_ke_address_methods method test_en_ke_company_methods (line 21) | def test_en_ke_company_methods method test_en_ke_internet_methods (line 27) | def test_en_ke_internet_methods method test_en_ke_country_code_starts_with_254 (line 31) | def test_en_ke_country_code_starts_with_254 method test_en_ke_cell_phone_starts_with_0 (line 37) | def test_en_ke_cell_phone_starts_with_0 FILE: test/test_en_locale.rb class TestEnLocale (line 5) | class TestEnLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_us_states_only_include_states (line 14) | def test_us_states_only_include_states method test_us_zip_codes (line 19) | def test_us_zip_codes method test_valid_id_number (line 25) | def test_valid_id_number method test_invalid_id_number (line 31) | def test_invalid_id_number method test_values_trimmed (line 37) | def test_values_trimmed method check_hash (line 42) | def check_hash(hash) method check_value (line 46) | def check_value(value) method check_array (line 56) | def check_array(array) FILE: test/test_en_ms_locale.rb class TestEnMsLocale (line 5) | class TestEnMsLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_ms_address_methods (line 15) | def test_en_ms_address_methods method test_en_ms_bank_methods (line 30) | def test_en_ms_bank_methods method test_en_ms_name_methods (line 34) | def test_en_ms_name_methods FILE: test/test_en_nep_locale.rb class TestEnNepLocale (line 5) | class TestEnNepLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_nep_address_methods (line 14) | def test_en_nep_address_methods method test_en_nep_company_methods (line 22) | def test_en_nep_company_methods method test_en_nep_name_methods (line 26) | def test_en_nep_name_methods method test_en_nep_internet_methods (line 37) | def test_en_nep_internet_methods FILE: test/test_en_ng_locale.rb class TestEnNgLocale (line 5) | class TestEnNgLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_ng_address_methods (line 15) | def test_en_ng_address_methods method test_en_ng_name_methods (line 24) | def test_en_ng_name_methods method test_en_ng_phonenumber_is_11_digits (line 31) | def test_en_ng_phonenumber_is_11_digits method test_en_ng_phonenumber_starts_with_0 (line 37) | def test_en_ng_phonenumber_starts_with_0 FILE: test/test_en_nz_locale.rb class TestEnNzLocale (line 5) | class TestEnNzLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_nz_address_methods (line 14) | def test_en_nz_address_methods method test_en_nz_company_methods (line 23) | def test_en_nz_company_methods method test_en_nz_internet_methods (line 27) | def test_en_nz_internet_methods method test_en_nz_name_methods (line 31) | def test_en_nz_name_methods method test_en_nz_phone_number_methods (line 37) | def test_en_nz_phone_number_methods method test_en_nz_team_methods (line 44) | def test_en_nz_team_methods method test_en_nz_university_methods (line 49) | def test_en_nz_university_methods FILE: test/test_en_pak_locale.rb class TestEnPakLocale (line 5) | class TestEnPakLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_pak_methods (line 15) | def test_en_pak_methods method test_en_pak_company_methods (line 24) | def test_en_pak_company_methods method test_en_pak_internet_methods (line 28) | def test_en_pak_internet_methods method test_en_pak_name_methods (line 33) | def test_en_pak_name_methods method test_en_pak_cell_phone_is_valid (line 39) | def test_en_pak_cell_phone_is_valid FILE: test/test_en_sg_locale.rb class TestEnSgLocale (line 5) | class TestEnSgLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_sg_address_methods (line 15) | def test_en_sg_address_methods method test_en_sg_name_methods (line 24) | def test_en_sg_name_methods method test_singapore_license_plate (line 35) | def test_singapore_license_plate FILE: test/test_en_th_locale.rb class TestEnThLocale (line 5) | class TestEnThLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_th_name_methods (line 14) | def test_en_th_name_methods FILE: test/test_en_ug_locale.rb class TestEnUgLocale (line 5) | class TestEnUgLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_en_ug_address_methods (line 15) | def test_en_ug_address_methods method test_en_ug_internet_methods (line 25) | def test_en_ug_internet_methods method test_en_ug_name_methods (line 29) | def test_en_ug_name_methods method test_validity_of_phone_number (line 33) | def test_validity_of_phone_number method test_validity_of_cell_phone (line 39) | def test_validity_of_cell_phone FILE: test/test_en_us_locale.rb class TestEnUsLocale (line 5) | class TestEnUsLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_us_internet_methods (line 14) | def test_en_us_internet_methods method test_en_us_address_methods (line 18) | def test_en_us_address_methods method test_en_us_subscriber_number_method (line 25) | def test_en_us_subscriber_number_method method test_en_us_phone_methods_with_en_us_locale (line 32) | def test_en_us_phone_methods_with_en_us_locale method test_validity_of_phone_method_output (line 42) | def test_validity_of_phone_method_output method test_en_us_invalid_state_raises_exception (line 49) | def test_en_us_invalid_state_raises_exception method test_en_us_zip_codes_match_state (line 53) | def test_en_us_zip_codes_match_state method test_en_us_valid_id_number (line 87) | def test_en_us_valid_id_number method test_en_us_invalid_id_number (line 93) | def test_en_us_invalid_id_number FILE: test/test_en_za_locale.rb class TestEnZaLocale (line 5) | class TestEnZaLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_en_za_address_methods (line 14) | def test_en_za_address_methods method test_en_za_company_methods (line 23) | def test_en_za_company_methods method test_en_za_internet_methods (line 30) | def test_en_za_internet_methods method test_en_za_name_methods (line 34) | def test_en_za_name_methods FILE: test/test_es_ar_locale.rb class TestEsArLocale (line 5) | class TestEsArLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 20) | def teardown method test_es_ar_male_first_name (line 26) | def test_es_ar_male_first_name method test_es_ar_female_first_name (line 30) | def test_es_ar_female_first_name method test_es_ar_neutral_first_name (line 34) | def test_es_ar_neutral_first_name method test_es_ar_last_name (line 38) | def test_es_ar_last_name method test_es_ar_prefix (line 42) | def test_es_ar_prefix method test_es_ar_suffix (line 46) | def test_es_ar_suffix method test_es_ar_name (line 50) | def test_es_ar_name method test_es_ar_name_with_middle (line 54) | def test_es_ar_name_with_middle method test_es_ar_city_prefix (line 62) | def test_es_ar_city_prefix method test_es_ar_city_suffix (line 66) | def test_es_ar_city_suffix method test_es_ar_city (line 70) | def test_es_ar_city method test_es_ar_state (line 76) | def test_es_ar_state method test_es_ar_state_abbr (line 80) | def test_es_ar_state_abbr method test_es_ar_building_number (line 86) | def test_es_ar_building_number method test_es_ar_secondary_address (line 90) | def test_es_ar_secondary_address method test_es_ar_street_suffix (line 94) | def test_es_ar_street_suffix method test_es_ar_street_name (line 98) | def test_es_ar_street_name method test_es_ar_street_address (line 102) | def test_es_ar_street_address method test_es_ar_postcode (line 106) | def test_es_ar_postcode method test_es_ar_postcode_by_state_abbreviation (line 110) | def test_es_ar_postcode_by_state_abbreviation method test_es_ar_full_address (line 114) | def test_es_ar_full_address method test_es_ar_country (line 120) | def test_es_ar_country method test_es_ar_country_by_code (line 124) | def test_es_ar_country_by_code method test_es_ar_country_name_to_code (line 128) | def test_es_ar_country_name_to_code method test_es_ar_default_country (line 132) | def test_es_ar_default_country method test_es_ar_football_team (line 138) | def test_es_ar_football_team method test_es_ar_football_player (line 142) | def test_es_ar_football_player method test_es_ar_football_coach (line 146) | def test_es_ar_football_coach method test_es_ar_football_competition (line 150) | def test_es_ar_football_competition method test_es_ar_football_position (line 154) | def test_es_ar_football_position method test_es_ar_basketball_team (line 160) | def test_es_ar_basketball_team method test_es_ar_basketball_player (line 164) | def test_es_ar_basketball_player method test_es_ar_basketball_coach (line 168) | def test_es_ar_basketball_coach method test_es_ar_basketball_position (line 172) | def test_es_ar_basketball_position method test_es_ar_team_name (line 178) | def test_es_ar_team_name method test_es_ar_team_sport (line 182) | def test_es_ar_team_sport method test_es_ar_army_rank (line 188) | def test_es_ar_army_rank method test_es_ar_marines_rank (line 192) | def test_es_ar_marines_rank method test_es_ar_navy_rank (line 196) | def test_es_ar_navy_rank method test_es_ar_coast_guard_rank (line 200) | def test_es_ar_coast_guard_rank method test_es_ar_air_force_rank (line 204) | def test_es_ar_air_force_rank method test_es_ar_space_force_rank (line 208) | def test_es_ar_space_force_rank method test_es_ar_cardinal (line 214) | def test_es_ar_cardinal method test_es_ar_ordinal (line 218) | def test_es_ar_ordinal method test_es_ar_half_wind (line 222) | def test_es_ar_half_wind method test_es_ar_quarter_wind (line 226) | def test_es_ar_quarter_wind method test_es_ar_direction (line 230) | def test_es_ar_direction method test_es_ar_abbreviation (line 234) | def test_es_ar_abbreviation method test_es_ar_azimuth (line 238) | def test_es_ar_azimuth method test_es_ar_cardinal_abbreviation (line 242) | def test_es_ar_cardinal_abbreviation method test_es_ar_ordinal_abbreviation (line 246) | def test_es_ar_ordinal_abbreviation method test_es_ar_half_wind_abbreviation (line 250) | def test_es_ar_half_wind_abbreviation method test_es_ar_quarter_wind_abbreviation (line 254) | def test_es_ar_quarter_wind_abbreviation method test_es_ar_cardinal_azimuth (line 258) | def test_es_ar_cardinal_azimuth method test_es_ar_ordinal_azimuth (line 262) | def test_es_ar_ordinal_azimuth method test_es_ar_half_wind_azimuth (line 266) | def test_es_ar_half_wind_azimuth method test_es_ar_quarter_wind_azimuth (line 270) | def test_es_ar_quarter_wind_azimuth method test_es_ar_phone_number (line 276) | def test_es_ar_phone_number method test_es_ar_cell_phone (line 280) | def test_es_ar_cell_phone method test_es_ar_country_code (line 284) | def test_es_ar_country_code method test_es_ar_phone_number_with_country_code (line 288) | def test_es_ar_phone_number_with_country_code method test_es_ar_cell_phone_with_country_code (line 292) | def test_es_ar_cell_phone_with_country_code method test_es_ar_cell_phone_in_e164 (line 296) | def test_es_ar_cell_phone_in_e164 method test_es_ar_bank_names (line 302) | def test_es_ar_bank_names method test_es_ar_color_names (line 308) | def test_es_ar_color_names method test_es_ar_currency_names (line 314) | def test_es_ar_currency_names method test_es_ar_nation_nationalities (line 320) | def test_es_ar_nation_nationalities method test_es_ar_nation_languages (line 324) | def test_es_ar_nation_languages method test_es_ar_nation_capital_city (line 328) | def test_es_ar_nation_capital_city method test_es_ar_national_sport (line 332) | def test_es_ar_national_sport method test_es_ar_company_name (line 338) | def test_es_ar_company_name method test_es_ar_company_suffix (line 342) | def test_es_ar_company_suffix method test_es_ar_company_industry (line 346) | def test_es_ar_company_industry method test_es_ar_company_bs (line 350) | def test_es_ar_company_bs method test_es_ar_company_type (line 354) | def test_es_ar_company_type method test_es_ar_company_profession (line 358) | def test_es_ar_company_profession FILE: test/test_es_locale.rb class TestEsLocale (line 9) | class TestEsLocale < Test::Unit::TestCase method setup (line 10) | def setup method teardown (line 14) | def teardown method test_locale_separate_from_i18n (line 18) | def test_locale_separate_from_i18n method test_configured_locale_translation (line 24) | def test_configured_locale_translation method test_locale_override_when_calling_translate (line 28) | def test_locale_override_when_calling_translate method test_translation_fallback (line 32) | def test_translation_fallback method test_es_address_methods (line 38) | def test_es_address_methods method test_es_color_methods (line 52) | def test_es_color_methods method test_es_company_methods (line 56) | def test_es_company_methods method test_es_commerce_methods (line 61) | def test_es_commerce_methods method test_es_food_methods (line 69) | def test_es_food_methods method test_es_internet_methods (line 75) | def test_es_internet_methods method test_es_name_methods (line 80) | def test_es_name_methods method test_es_vehicle_methods (line 93) | def test_es_vehicle_methods method test_es_subscription_methods (line 99) | def test_es_subscription_methods FILE: test/test_es_mx_locale.rb class TestEsMxLocale (line 5) | class TestEsMxLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_es_mx_address (line 14) | def test_es_mx_address method test_es_mx_company_methods (line 29) | def test_es_mx_company_methods method test_es_mx_internet_methods (line 35) | def test_es_mx_internet_methods method test_es_mx_name_methods (line 40) | def test_es_mx_name_methods method test_es_mx_phone_number (line 48) | def test_es_mx_phone_number method test_es_mx_subscription_methods (line 53) | def test_es_mx_subscription_methods method test_es_mx_university_methods (line 61) | def test_es_mx_university_methods method test_es_mx_finance_vat_number (line 66) | def test_es_mx_finance_vat_number FILE: test/test_fa_locale.rb class TestFaLocale (line 5) | class TestFaLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_fa_methods (line 14) | def test_fa_methods FILE: test/test_faker.rb type Faker (line 5) | module Faker class TestFake (line 6) | class TestFake method a_class_method (line 7) | def self.a_class_method class TestFaker (line 13) | class TestFaker < Test::Unit::TestCase method setup (line 14) | def setup; end method test_numerify (line 16) | def test_numerify method test_letterify (line 22) | def test_letterify method test_regexify (line 26) | def test_regexify method test_deterministic_numerify (line 37) | def test_deterministic_numerify method test_deterministic_regexify (line 46) | def test_deterministic_regexify method test_deterministic_letterify (line 56) | def test_deterministic_letterify method test_deterministic_fetch (line 65) | def test_deterministic_fetch method test_deterministic_rand_in_range (line 74) | def test_deterministic_rand_in_range method test_parse (line 83) | def test_parse method test_rand_for_nil (line 101) | def test_rand_for_nil method test_rand_for_zero (line 110) | def test_rand_for_zero method test_rand_for_range (line 118) | def test_rand_for_range method test_unique (line 126) | def test_unique FILE: test/test_fi_locale.rb class TestFiLocale (line 5) | class TestFiLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_fi_address_methods (line 14) | def test_fi_address_methods method test_fi_name_methods (line 28) | def test_fi_name_methods method test_fi_invoice_methods (line 36) | def test_fi_invoice_methods method test_fi_phone_number (line 43) | def test_fi_phone_number FILE: test/test_flexible.rb type Faker (line 5) | module Faker class Foodie (line 6) | class Foodie < Base class TestFlexible (line 11) | class TestFlexible < Test::Unit::TestCase method setup (line 12) | def setup method teardown (line 21) | def teardown method test_flexible_multiple_values (line 25) | def test_flexible_multiple_values method test_flexible_single_value (line 31) | def test_flexible_single_value method test_flexible_fallbacks_to_english (line 37) | def test_flexible_fallbacks_to_english method test_raises_missing_translation_data_when_not_even_english_defined (line 47) | def test_raises_missing_translation_data_when_not_even_english_defined method test_address_is_flexible (line 55) | def test_address_is_flexible method test_name_is_flexible (line 61) | def test_name_is_flexible method test_company_is_flexible (line 67) | def test_company_is_flexible FILE: test/test_fr_ca_locale.rb class TestFrCaLocale (line 5) | class TestFrCaLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 15) | def teardown method test_fr_ca_address_methods (line 19) | def test_fr_ca_address_methods method test_fr_ca_book_methods (line 36) | def test_fr_ca_book_methods method test_fr_ca_company_methods (line 43) | def test_fr_ca_company_methods method test_fr_ca_internet_methods (line 50) | def test_fr_ca_internet_methods method test_fr_ca_lorem_methods (line 55) | def test_fr_ca_lorem_methods method test_fr_ca_name_methods (line 61) | def test_fr_ca_name_methods method test_fr_ca_phone_number_methods (line 68) | def test_fr_ca_phone_number_methods method test_fr_ca_pokemon_methods (line 75) | def test_fr_ca_pokemon_methods FILE: test/test_fr_ch_locale.rb class TestFrChLocale (line 5) | class TestFrChLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 12) | def teardown method test_fr_ch_address_methods (line 16) | def test_fr_ch_address_methods method test_fr_ch_book_methods (line 33) | def test_fr_ch_book_methods method test_fr_ch_company_methods (line 40) | def test_fr_ch_company_methods method test_fr_ch_internet_methods (line 47) | def test_fr_ch_internet_methods method test_fr_ch_lorem_methods (line 52) | def test_fr_ch_lorem_methods method test_fr_ch_name_methods (line 58) | def test_fr_ch_name_methods method test_fr_ch_phone_number (line 65) | def test_fr_ch_phone_number method test_fr_ch_pokemon_methods (line 72) | def test_fr_ch_pokemon_methods FILE: test/test_fr_locale.rb class TestFrLocale (line 5) | class TestFrLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_fr_address_methods (line 15) | def test_fr_address_methods method test_fr_adjective_methods (line 36) | def test_fr_adjective_methods method test_fr_ancient_methods (line 41) | def test_fr_ancient_methods method test_fr_appliance_methods (line 48) | def test_fr_appliance_methods method test_fr_book_methods (line 52) | def test_fr_book_methods method test_fr_color_methods (line 59) | def test_fr_color_methods method test_fr_compass_methods (line 63) | def test_fr_compass_methods method test_fr_company_methods (line 81) | def test_fr_company_methods method test_fr_demographic_methods (line 88) | def test_fr_demographic_methods method test_fr_internet_methods (line 92) | def test_fr_internet_methods method test_fr_gender_methods (line 97) | def test_fr_gender_methods method test_fr_lorem_methods (line 101) | def test_fr_lorem_methods method test_fr_measurement_methods (line 107) | def test_fr_measurement_methods method test_fr_name_methods (line 119) | def test_fr_name_methods method test_fr_phone_number_methods (line 126) | def test_fr_phone_number_methods method test_fr_phone_format (line 131) | def test_fr_phone_format method test_fr_cell_phone_format (line 137) | def test_fr_cell_phone_format method test_fr_creature_methods (line 143) | def test_fr_creature_methods method test_fr_pokemon_methods (line 147) | def test_fr_pokemon_methods FILE: test/test_he_locale.rb class TestHeLocale (line 5) | class TestHeLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_he_address_methods (line 14) | def test_he_address_methods method test_he_name_methods (line 25) | def test_he_name_methods FILE: test/test_helper.rb function deterministically_verify (line 36) | def deterministically_verify(subject_proc, depth: 2, seed: 42) FILE: test/test_hy_locale.rb class TestHyLocale (line 5) | class TestHyLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_hy_address_methods (line 14) | def test_hy_address_methods method test_hy_artist_methods (line 45) | def test_hy_artist_methods method test_hy_book_methods (line 49) | def test_hy_book_methods method test_hy_color_methods (line 56) | def test_hy_color_methods method test_hy_commerce_methods (line 60) | def test_hy_commerce_methods method test_hy_company_methods (line 68) | def test_hy_company_methods method test_hy_compass_methods (line 79) | def test_hy_compass_methods method test_hy_currency_methods (line 90) | def test_hy_currency_methods method test_hy_food_methods (line 94) | def test_hy_food_methods method test_hy_internet_methods (line 105) | def test_hy_internet_methods method test_hy_job_methods (line 113) | def test_hy_job_methods method test_hy_military_methods (line 123) | def test_hy_military_methods method test_hy_name_methods (line 127) | def test_hy_name_methods method test_hy_nation_methods (line 136) | def test_hy_nation_methods method test_hy_phone_number_methods (line 142) | def test_hy_phone_number_methods method test_hy_science_methods (line 147) | def test_hy_science_methods method test_hy_space_methods (line 152) | def test_hy_space_methods FILE: test/test_i18n_reload.rb class TestI18nLoad (line 6) | class TestI18nLoad < Test::Unit::TestCase method test_faker_i18n (line 7) | def test_faker_i18n FILE: test/test_id_locale.rb class TestIdLocale (line 5) | class TestIdLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_id_address_methods (line 15) | def test_id_address_methods method test_id_name_methods (line 28) | def test_id_name_methods method test_id_phone_number_methods (line 35) | def test_id_phone_number_methods FILE: test/test_it_locale.rb class TestItLocale (line 5) | class TestItLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_it_address_methods (line 14) | def test_it_address_methods method test_it_company_methods (line 30) | def test_it_company_methods method test_it_internet_methods (line 37) | def test_it_internet_methods method test_it_name_methods (line 42) | def test_it_name_methods method test_it_phone_number_methods (line 51) | def test_it_phone_number_methods method test_it_subscription_methods (line 55) | def test_it_subscription_methods FILE: test/test_ja_locale.rb class TestJaLocale (line 5) | class TestJaLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_ja_address_methods (line 14) | def test_ja_address_methods method test_ja_adjective_methods (line 32) | def test_ja_adjective_methods method test_ja_ancient_methods (line 39) | def test_ja_ancient_methods method test_ja_artist_method (line 44) | def test_ja_artist_method method test_ja_cat_methods (line 49) | def test_ja_cat_methods method test_ja_color_methods (line 54) | def test_ja_color_methods method test_ja_book_methods (line 59) | def test_ja_book_methods method test_ja_coffee_methods (line 70) | def test_ja_coffee_methods method test_ja_commerce_methods (line 75) | def test_ja_commerce_methods method test_ja_company_methods (line 84) | def test_ja_company_methods method test_ja_dog_methods (line 93) | def test_ja_dog_methods method test_ja_emotion_methods (line 98) | def test_ja_emotion_methods method test_ja_food_methods (line 105) | def test_ja_food_methods method test_ja_gender_methods (line 110) | def test_ja_gender_methods method test_ja_lorem_methods (line 115) | def test_ja_lorem_methods method test_ja_name_methods (line 122) | def test_ja_name_methods method test_ja_phone_number_methods (line 133) | def test_ja_phone_number_methods method test_ja_overwatch_methods (line 140) | def test_ja_overwatch_methods method test_ja_pokemon_methods (line 146) | def test_ja_pokemon_methods method test_ja_supermario_methods (line 155) | def test_ja_supermario_methods method test_ja_touhou_methods (line 164) | def test_ja_touhou_methods method test_ja_zelda_methods (line 177) | def test_ja_zelda_methods method test_ja_restaurant_methods (line 182) | def test_ja_restaurant_methods method test_ja_space_methods (line 189) | def test_ja_space_methods method test_ja_studio_ghibli_methods (line 195) | def test_ja_studio_ghibli_methods method test_ja_naruto_methods (line 204) | def test_ja_naruto_methods method test_ja_subscription_methods (line 215) | def test_ja_subscription_methods method test_ja_university_methods (line 227) | def test_ja_university_methods method test_ja_sport_methods (line 236) | def test_ja_sport_methods method test_ja_football_methods (line 252) | def test_ja_football_methods FILE: test/test_ko_locale.rb class TestKoLocale (line 5) | class TestKoLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_ko_address_methods (line 14) | def test_ko_address_methods method test_ko_adjective_methods (line 29) | def test_ko_adjective_methods method test_ko_animal_methods (line 34) | def test_ko_animal_methods method test_ko_color_methods (line 38) | def test_ko_color_methods method test_ko_commerce_methods (line 42) | def test_ko_commerce_methods method test_ko_company_methods (line 49) | def test_ko_company_methods method test_ko_dessert_methods (line 55) | def test_ko_dessert_methods method test_ko_emotion_methods (line 61) | def test_ko_emotion_methods method test_ko_food_methods (line 66) | def test_ko_food_methods method test_ko_games_pokemon_methods (line 74) | def test_ko_games_pokemon_methods method test_ko_gender_methods (line 80) | def test_ko_gender_methods method test_ko_hobby_methods (line 85) | def test_ko_hobby_methods method test_ko_house_methods (line 89) | def test_ko_house_methods method test_ko_internet_methods (line 94) | def test_ko_internet_methods method test_ko_kpop_methods (line 99) | def test_ko_kpop_methods method test_ko_lorem_methods (line 105) | def test_ko_lorem_methods method test_ko_movie_methods (line 109) | def test_ko_movie_methods method test_ko_name_methods (line 113) | def test_ko_name_methods method test_ko_phone_number_methods (line 120) | def test_ko_phone_number_methods method test_ko_space_methods (line 124) | def test_ko_space_methods method test_ko_studio_ghibli_methods (line 129) | def test_ko_studio_ghibli_methods FILE: test/test_locale.rb class TestLocale (line 9) | class TestLocale < Test::Unit::TestCase method teardown (line 10) | def teardown method test_locale_separate_from_i18n (line 14) | def test_locale_separate_from_i18n method test_configured_locale_translation (line 25) | def test_configured_locale_translation method test_locale_override_when_calling_translate (line 31) | def test_locale_override_when_calling_translate method test_translation_fallback (line 37) | def test_translation_fallback method test_translation_fallback_without_en_in_available_locales (line 44) | def test_translation_fallback_without_en_in_available_locales method test_with_locale_does_not_fail_without_the_locale_in_available_locales (line 54) | def test_with_locale_does_not_fail_without_the_locale_in_available_loc... method test_no_en_in_available_locales (line 64) | def test_no_en_in_available_locales method test_with_locale_changes_locale_temporarily (line 72) | def test_with_locale_changes_locale_temporarily method test_regex (line 82) | def test_regex method test_available_locales (line 89) | def test_available_locales FILE: test/test_lv_locale.rb class TestLvLocale (line 5) | class TestLvLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 14) | def teardown method test_lv_phone_number (line 18) | def test_lv_phone_number method test_lv_cell_phone (line 24) | def test_lv_cell_phone method test_lv_address_methods (line 30) | def test_lv_address_methods method test_lv_company_methods (line 41) | def test_lv_company_methods method test_lv_internet_methods (line 48) | def test_lv_internet_methods method test_lv_name_methods (line 53) | def test_lv_name_methods FILE: test/test_mi_nz_locale.rb class TestMaNzLocale (line 5) | class TestMaNzLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_mi_nz_address_methods (line 14) | def test_mi_nz_address_methods method test_mi_nz_name_methods (line 23) | def test_mi_nz_name_methods FILE: test/test_nb_no_locale.rb class TestNbNoLocale (line 5) | class TestNbNoLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_nb_no_address_methods (line 14) | def test_nb_no_address_methods method test_nb_no_company_methods (line 32) | def test_nb_no_company_methods method test_nb_no_internet_methods (line 37) | def test_nb_no_internet_methods method test_nb_no_name_methods (line 41) | def test_nb_no_name_methods method test_nb_no_phone_number_methods (line 52) | def test_nb_no_phone_number_methods FILE: test/test_nl_locale.rb class TestNlLocale (line 5) | class TestNlLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_nl_address_methods (line 15) | def test_nl_address_methods method test_nl_book_methods (line 31) | def test_nl_book_methods method test_nl_company_methods (line 37) | def test_nl_company_methods method test_nl_internet_methods (line 44) | def test_nl_internet_methods method test_nl_lorem_methods (line 49) | def test_nl_lorem_methods method test_nl_name_methods (line 53) | def test_nl_name_methods method test_nl_phone_number_methods (line 63) | def test_nl_phone_number_methods method test_nl_cell_phone_countrycode (line 68) | def test_nl_cell_phone_countrycode method test_nl_university_methods (line 74) | def test_nl_university_methods FILE: test/test_no_no_locale.rb class TestNoNOLocale (line 5) | class TestNoNOLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_no_no_name_methods (line 14) | def test_no_no_name_methods method test_no_no_invoice_methods (line 24) | def test_no_no_invoice_methods FILE: test/test_pl_locale.rb class TestPlLocale (line 5) | class TestPlLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 13) | def teardown method test_pl_names (line 17) | def test_pl_names method test_pl_phone_number (line 23) | def test_pl_phone_number method test_pl_cell_phone (line 29) | def test_pl_cell_phone method test_pl_address_methods (line 35) | def test_pl_address_methods method test_pl_coin_methods (line 52) | def test_pl_coin_methods method test_pl_company_methods (line 56) | def test_pl_company_methods method test_pl_internet_methods (line 63) | def test_pl_internet_methods method test_pl_name_methods (line 68) | def test_pl_name_methods FILE: test/test_pt_br_locale.rb class TestPtBrLocale (line 5) | class TestPtBrLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_pt_br_address_methods (line 14) | def test_pt_br_address_methods method test_pt_br_phone_methods (line 39) | def test_pt_br_phone_methods method test_pt_br_color_methods (line 43) | def test_pt_br_color_methods method test_pt_br_company_methods (line 72) | def test_pt_br_company_methods method test_pt_br_commerce_methods (line 77) | def test_pt_br_commerce_methods method test_pt_br_food_methods (line 85) | def test_pt_br_food_methods method test_pt_br_internet_methods (line 91) | def test_pt_br_internet_methods method test_pt_br_job_methods (line 103) | def test_pt_br_job_methods method test_pt_br_name_methods (line 113) | def test_pt_br_name_methods method test_pt_br_team_methods (line 126) | def test_pt_br_team_methods method test_pt_br_university_methods (line 134) | def test_pt_br_university_methods method test_pt_br_vehicle_methods (line 141) | def test_pt_br_vehicle_methods method test_pt_br_gender_methods (line 149) | def test_pt_br_gender_methods method test_pt_br_animal_methods (line 156) | def test_pt_br_animal_methods FILE: test/test_pt_locale.rb class TestPtLocale (line 5) | class TestPtLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_pt_address_methods (line 14) | def test_pt_address_methods method test_pt_internet_methods (line 28) | def test_pt_internet_methods method test_pt_name_methods (line 33) | def test_pt_name_methods method test_pt_phone_number (line 41) | def test_pt_phone_number FILE: test/test_ru_locale.rb class TestRuLocale (line 5) | class TestRuLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_ru_address_methods (line 14) | def test_ru_address_methods method test_ru_commerce_methods (line 30) | def test_ru_commerce_methods method test_ru_company_methods (line 36) | def test_ru_company_methods method test_ru_char_methods (line 42) | def test_ru_char_methods method test_ru_internet_methods (line 46) | def test_ru_internet_methods method test_ru_name_methods (line 51) | def test_ru_name_methods FILE: test/test_seeding.rb class TestSeeding (line 5) | class TestSeeding < Test::Unit::TestCase method setup (line 6) | def setup; end method test_deterministic (line 8) | def test_deterministic FILE: test/test_sk_locale.rb class TestSKLocale (line 5) | class TestSKLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_sk_address_methods (line 14) | def test_sk_address_methods method test_sk_company_methods (line 32) | def test_sk_company_methods method test_sk_internet_methods (line 39) | def test_sk_internet_methods method test_sk_name_methods (line 44) | def test_sk_name_methods method test_sk_phone_number_methods (line 55) | def test_sk_phone_number_methods FILE: test/test_sv_locale.rb class TestSVLocale (line 5) | class TestSVLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_address_methods (line 14) | def test_address_methods method test_sv_commerce_methods (line 32) | def test_sv_commerce_methods method test_sv_company_methods (line 38) | def test_sv_company_methods method test_sv_internet_methods (line 43) | def test_sv_internet_methods method test_sv_name_methods (line 47) | def test_sv_name_methods method test_sv_phone_number_methods (line 57) | def test_sv_phone_number_methods method test_sv_team_methods (line 62) | def test_sv_team_methods method test_sv_bank_methods (line 67) | def test_sv_bank_methods method test_sv_sport_methods (line 71) | def test_sv_sport_methods FILE: test/test_th_locale.rb class TestThLocale (line 5) | class TestThLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_th_name_methods (line 14) | def test_th_name_methods FILE: test/test_tr_locale.rb class TestTRLocale (line 5) | class TestTRLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_tr_address_fields (line 14) | def test_tr_address_fields method test_tr_book_fields (line 21) | def test_tr_book_fields method test_tr_internet_fields (line 28) | def test_tr_internet_fields method test_tr_names (line 34) | def test_tr_names method test_tr_phone_number_fields (line 43) | def test_tr_phone_number_fields FILE: test/test_uk_locale.rb class TestUkLocale (line 5) | class TestUkLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_uk_zipcode_length (line 15) | def test_uk_zipcode_length method test_uk_address_absent (line 20) | def test_uk_address_absent method test_uk_romanize_cyrillic (line 26) | def test_uk_romanize_cyrillic method test_uk_company_prefix_returns_true_value (line 30) | def test_uk_company_prefix_returns_true_value method test_uk_commerce_methods (line 34) | def test_uk_commerce_methods method test_uk_internet_methods (line 40) | def test_uk_internet_methods method test_uk_name_methods (line 45) | def test_uk_name_methods FILE: test/test_vi_locale.rb class TestViLocale (line 5) | class TestViLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 11) | def teardown method test_vi_address_methods (line 15) | def test_vi_address_methods method test_vi_company_methods (line 26) | def test_vi_company_methods method test_vi_lorem_methods (line 31) | def test_vi_lorem_methods method test_vi_internet_methods (line 35) | def test_vi_internet_methods method test_vi_phone_number_methods (line 39) | def test_vi_phone_number_methods method test_vi_name_methods (line 44) | def test_vi_name_methods FILE: test/test_zh_cn_locale.rb class TestZhCnLocale (line 5) | class TestZhCnLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_zh_cn_address_methods (line 14) | def test_zh_cn_address_methods method test_zh_cn_name_methods (line 28) | def test_zh_cn_name_methods method test_phone_number_methods (line 36) | def test_phone_number_methods method test_zh_cn_university_methods (line 44) | def test_zh_cn_university_methods FILE: test/test_zh_tw_locale.rb class TestZhLocale (line 5) | class TestZhLocale < Test::Unit::TestCase method setup (line 6) | def setup method teardown (line 10) | def teardown method test_zh_tw_address_methods (line 14) | def test_zh_tw_address_methods method test_zh_tw_name_methods (line 24) | def test_zh_tw_name_methods method test_zh_tw_university_methods (line 32) | def test_zh_tw_university_methods