C# Class TestStack.Dossier.GeoEquivalence

Methods that describe equivalence classes for generating anonymous Geography-related values.
ファイルを表示 Open project: TestStack/TestStack.Dossier

Public Methods

Method Description
Continent ( ) : string

Generate and return a geography continent name.

Country ( ) : string

Generate and return a geography country name.

CountryCode ( ) : string

Generate and return a geography country code.

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

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

Latitude ( ) : string

Generate and return a geography latitude.

Longitude ( ) : string

Generate and return a geography longitude.

Method Details

Continent() public method

Generate and return a geography continent name.
public Continent ( ) : string
return string

Country() public method

Generate and return a geography country name.
public Country ( ) : string
return string

CountryCode() public method

Generate and return a geography country code.
public CountryCode ( ) : string
return string

GeoEquivalence() public method

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

Latitude() public method

Generate and return a geography latitude.
public Latitude ( ) : string
return string

Longitude() public method

Generate and return a geography longitude.
public Longitude ( ) : string
return string