C# Class TestStack.Dossier.GeoEquivalence

Methods that describe equivalence classes for generating anonymous Geography-related values.
Afficher le fichier Open project: TestStack/TestStack.Dossier

Méthodes publiques

Méthode 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 méthode

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

Country() public méthode

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

CountryCode() public méthode

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

GeoEquivalence() public méthode

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

Latitude() public méthode

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

Longitude() public méthode

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