C# Class TestStack.Dossier.IdentifierEquivalence

Methods that describe equivalence classes for generating anonymous Identifier-related values.
显示文件 Open project: TestStack/TestStack.Dossier

Public Methods

Method Description
BitcoinAddress ( ) : string

Generate and return an identifier bitcoing address.

Iban ( ) : string

Generate and return an identifier IBAN.

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

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

IpAddressV4 ( ) : string

Generate and return an identifier IP address v4.

IpAddressV6 ( ) : string

Generate and return an identifier IP address v6.

Isbn ( ) : string

Generate and return an identifier ISBN.

MacAddress ( ) : string

Generate and return an identifier MAC address.

Method Details

BitcoinAddress() public method

Generate and return an identifier bitcoing address.
public BitcoinAddress ( ) : string
return string

Iban() public method

Generate and return an identifier IBAN.
public Iban ( ) : string
return string

IdentifierEquivalence() public method

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

IpAddressV4() public method

Generate and return an identifier IP address v4.
public IpAddressV4 ( ) : string
return string

IpAddressV6() public method

Generate and return an identifier IP address v6.
public IpAddressV6 ( ) : string
return string

Isbn() public method

Generate and return an identifier ISBN.
public Isbn ( ) : string
return string

MacAddress() public method

Generate and return an identifier MAC address.
public MacAddress ( ) : string
return string