C# Class NFluent.Messages.GenericLabelBlock

Afficher le fichier Open project: tpierrain/NFluent

Private Properties

Свойство Type Description
Adjective string
EntityName string
GenericLabelBlock

Méthodes publiques

Méthode Description
BuildActualBlock ( EntityNamer namer ) : GenericLabelBlock
BuildCheckedBlock ( EntityNamer namer ) : GenericLabelBlock
BuildExpectedBlock ( EntityNamer namer ) : GenericLabelBlock
BuildGivenBlock ( EntityNamer namer ) : GenericLabelBlock
CustomMessage ( string message ) : string

Customs the message.

GenericLabelBlock ( )

Initializes a new instance of the GenericLabelBlock class.

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Méthode Description
Adjective ( ) : string
EntityName ( ) : string
GenericLabelBlock ( string adjective, EntityNamer namer )

Initializes a new instance of the GenericLabelBlock class.

Method Details

BuildActualBlock() public static méthode

public static BuildActualBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
Résultat GenericLabelBlock

BuildCheckedBlock() public static méthode

public static BuildCheckedBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
Résultat GenericLabelBlock

BuildExpectedBlock() public static méthode

public static BuildExpectedBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
Résultat GenericLabelBlock

BuildGivenBlock() public static méthode

public static BuildGivenBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
Résultat GenericLabelBlock

CustomMessage() public méthode

Customs the message.
public CustomMessage ( string message ) : string
message string The message.
Résultat string

GenericLabelBlock() public méthode

Initializes a new instance of the GenericLabelBlock class.
public GenericLabelBlock ( )

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string