C# Class TestStack.Dossier.PersonEquivalence

Methods that describe equivalence classes for generating anonymous Person-related values.
Exibir arquivo Open project: TestStack/TestStack.Dossier Class Usage Examples

Public Methods

Method Description
EmailAddress ( ) : string

Generate and return a person email address.

Language ( ) : string

Generate and return a person language.

NameFirst ( ) : string

Generate and return a person first name.

NameFirstFemale ( ) : string

Generate and return a person female first name.

NameFirstMale ( ) : string

Generate and return a person male first name.

NameFull ( ) : string

Generate and return a person full name.

NameLast ( ) : string

Generate and return a person last name.

NameSuffix ( ) : string

Generate and return a person name suffix.

NameTitle ( ) : string

Generate and return a person name title.

Password ( ) : string

Generate and return a person password.

PersonEquivalence ( AnonymousValueFixture fixture ) : TestStack.Dossier.DataSources.Dictionaries

Creates a new PersonEquivalence with the AnonymousValueFixture from the extension method.

Race ( ) : string

Generate and return a person race.

Username ( ) : string

Generate and return a person user name.

Method Details

EmailAddress() public method

Generate and return a person email address.
public EmailAddress ( ) : string
return string

Language() public method

Generate and return a person language.
public Language ( ) : string
return string

NameFirst() public method

Generate and return a person first name.
public NameFirst ( ) : string
return string

NameFirstFemale() public method

Generate and return a person female first name.
public NameFirstFemale ( ) : string
return string

NameFirstMale() public method

Generate and return a person male first name.
public NameFirstMale ( ) : string
return string

NameFull() public method

Generate and return a person full name.
public NameFull ( ) : string
return string

NameLast() public method

Generate and return a person last name.
public NameLast ( ) : string
return string

NameSuffix() public method

Generate and return a person name suffix.
public NameSuffix ( ) : string
return string

NameTitle() public method

Generate and return a person name title.
public NameTitle ( ) : string
return string

Password() public method

Generate and return a person password.
public Password ( ) : string
return string

PersonEquivalence() public method

Creates a new PersonEquivalence with the AnonymousValueFixture from the extension method.
public PersonEquivalence ( AnonymousValueFixture fixture ) : TestStack.Dossier.DataSources.Dictionaries
fixture AnonymousValueFixture The
return TestStack.Dossier.DataSources.Dictionaries

Race() public method

Generate and return a person race.
public Race ( ) : string
return string

Username() public method

Generate and return a person user name.
public Username ( ) : string
return string