C# Class UnitTests.FieldMapTests

显示文件 Open project: kennystone/quickfixn

Public Methods

Method Description
FieldMapTests ( ) : System

Private Methods

Method Description
AddGetGroupTest ( ) : void
BooleanFieldTest ( ) : void
CharFieldTest ( ) : void
ClearAndIsEmptyTest ( ) : void
DateTimeFieldTest ( ) : void
DecimalFieldTest ( ) : void
DefaultFieldTest ( ) : void
FieldNotFoundTest ( ) : void
GetBooleanTest ( ) : void
GetCharTest ( ) : void
GetDateTimeTest ( ) : void
GetDecimalTest ( ) : void
GetIntTest ( ) : void
GetStringTest ( ) : void
IntFieldTest ( ) : void
IsFieldSetTest ( ) : void
RemoveGroupTest ( ) : void
ReplaceGroupTest ( ) : void
SetFieldOverwriteTest ( ) : void
SimpleFieldOrderTest ( ) : void
StringFieldTest ( ) : void

Method Details

FieldMapTests() public method

public FieldMapTests ( ) : System
return System