C# Класс TestStack.Dossier.GeoEquivalence

Methods that describe equivalence classes for generating anonymous Geography-related values.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Continent() публичный Метод

Generate and return a geography continent name.
public Continent ( ) : string
Результат string

Country() публичный Метод

Generate and return a geography country name.
public Country ( ) : string
Результат string

CountryCode() публичный Метод

Generate and return a geography country code.
public CountryCode ( ) : string
Результат string

GeoEquivalence() публичный Метод

Creates a new GeoEquivalence with the AnonymousValueFixture from the extension method.
public GeoEquivalence ( AnonymousValueFixture fixture ) : TestStack.Dossier.DataSources.Dictionaries
fixture AnonymousValueFixture The
Результат TestStack.Dossier.DataSources.Dictionaries

Latitude() публичный Метод

Generate and return a geography latitude.
public Latitude ( ) : string
Результат string

Longitude() публичный Метод

Generate and return a geography longitude.
public Longitude ( ) : string
Результат string