C# Class NFluent.Messages.GenericLabelBlock

Show file Open project: tpierrain/NFluent

Private Properties

Property Type Description
Adjective string
EntityName string
GenericLabelBlock

Public Methods

Method 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

Method Description
Adjective ( ) : string
EntityName ( ) : string
GenericLabelBlock ( string adjective, EntityNamer namer )

Initializes a new instance of the GenericLabelBlock class.

Method Details

BuildActualBlock() public static method

public static BuildActualBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
return GenericLabelBlock

BuildCheckedBlock() public static method

public static BuildCheckedBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
return GenericLabelBlock

BuildExpectedBlock() public static method

public static BuildExpectedBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
return GenericLabelBlock

BuildGivenBlock() public static method

public static BuildGivenBlock ( EntityNamer namer ) : GenericLabelBlock
namer EntityNamer
return GenericLabelBlock

CustomMessage() public method

Customs the message.
public CustomMessage ( string message ) : string
message string The message.
return string

GenericLabelBlock() public method

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

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string