C# Class OpenStory.Common.PacketCodeTableFixture

Datei anzeigen Open project: shoftee/OpenStory

Private Methods

Method Description
AddIn_Should_Return_False_On_Adding_Existing_Code ( ) : void
AddIn_Should_Return_True_On_Adding_New_Code ( ) : void
AddIn_Should_Throw_On_Empty_Label ( ) : void
AddIn_Should_Throw_On_Null_Label ( ) : void
AddOut_Should_Return_False_On_Adding_Existing_Label ( ) : void
AddOut_Should_Return_True_On_Adding_New_Label ( ) : void
AddOut_Should_Throw_On_Empty_Label ( ) : void
AddOut_Should_Throw_On_Null_Label ( ) : void
GetIncomingLabel_Should_Return_Correct_Label ( ) : void
GetIncomingLabel_Should_Throw_KeyNotFoundException_For_Missing_Code ( ) : void
GetOutgoingCode_Should_Return_Correct_Code ( ) : void
GetOutgoingCode_Should_Throw_For_Missing_Label ( ) : void
LoadPacketCodesInternal_Should_Be_Called ( ) : void
LoadPacketCodes_Should_Not_Throw ( ) : void
TryGetEmptyCode ( TestTable t ) : void
TryGetIncomingLabel_Should_Retrieve_Correct_Label ( ) : void
TryGetIncomingLabel_Should_Return_False_For_Missing_Code ( ) : void
TryGetIncomingLabel_Should_Return_True_For_Existing_Code ( ) : void
TryGetNullCode ( TestTable t ) : void
TryGetOutgoingCode_Should_Retrieve_Correct_Code ( ) : void
TryGetOutgoingCode_Should_Return_False_For_Missing_Label ( ) : void
TryGetOutgoingCode_Should_Return_True_For_Existing_Label ( ) : void
TryGetOutgoingCode_Should_Throw_On_Empty_Label ( ) : void
TryGetOutgoingCode_Should_Throw_On_Null_Label ( ) : void