C# 클래스 OpenStory.Common.PacketCodeTableFixture

파일 보기 프로젝트 열기: shoftee/OpenStory

비공개 메소드들

메소드 설명
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