C# 클래스 TestStack.Dossier.GeoEquivalence

Methods that describe equivalence classes for generating anonymous Geography-related values.
파일 보기 프로젝트 열기: TestStack/TestStack.Dossier

공개 메소드들

메소드 설명
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