C# Class TestStack.Dossier.CompanyEquivalence

Methods that describe equivalence classes for generating anonymous Company-related values.
Mostra file Open project: TestStack/TestStack.Dossier

Public Methods

Method Description
CompanyEquivalence ( AnonymousValueFixture fixture ) : TestStack.Dossier.DataSources.Dictionaries

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

Industry ( ) : string

Generate and return a company industry name.

JobTitle ( ) : string

Generate and return a company job title.

Location ( ) : string

Generate and return a company location name.

Name ( ) : string

Generate and return a company name.

Method Details

CompanyEquivalence() public method

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

Industry() public method

Generate and return a company industry name.
public Industry ( ) : string
return string

JobTitle() public method

Generate and return a company job title.
public JobTitle ( ) : string
return string

Location() public method

Generate and return a company location name.
public Location ( ) : string
return string

Name() public method

Generate and return a company name.
public Name ( ) : string
return string