C# Class UnitTests.SessionTests

显示文件 Open project: pleonex/NitroDebugger

Private Methods

Method Description
AcceptAndSendBytes ( byte data ) : void
CanReceiveByte ( ) : void
CanSendByte ( ) : void
CanSendBytes ( ) : void
ConnectBadPort ( ) : void
ConnectCloseLocalhostDefaultPort ( ) : void
ConnectLocalhostDefaultPort ( ) : void
ConnectLocalhostIpDefaultPort ( ) : void
CreateServer ( ) : void
ReceiveUntilByteIsFirstToo ( ) : void
ReceiveUntilByteNoRepeated ( ) : void
ResetServer ( ) : void
StopServer ( ) : void
ThrowsExceptionTryingToReadByteOnClosed ( ) : void
ThrowsExceptionTryingToReadPacketOnClosed ( ) : void
ThrowsExceptionTryingToWriteByteOnClosed ( ) : void
ThrowsExceptionTryingToWriteBytesOnClosed ( ) : void