C# Class TestStack.Dossier.IdentifierEquivalence

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

Méthodes publiques

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

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

Iban() public méthode

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

IdentifierEquivalence() public méthode

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

IpAddressV4() public méthode

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

IpAddressV6() public méthode

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

Isbn() public méthode

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

MacAddress() public méthode

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