class faker_factory

internal  
 

Factory for generating fake data for testing and seeding purposes.

Methods

static string
generate_email()

Generates a random fake email address.

static string
generate_cpf()

Generates a valid random Brazilian CPF number (unmasked).

Details

at line 35
static string generate_email()

Generates a random fake email address.

Return Value

string

a fake email

at line 45
static string generate_cpf()

Generates a valid random Brazilian CPF number (unmasked).

Return Value

string

a valid 11-digit CPF