C# Class MsgPack.MessagePackStringTest

Exibir arquivo Open project: msgpack/msgpack-cli

Private Properties

Property Type Description
GetDefaultInternetZoneSandbox System.Security.PermissionSet
GetStrongName System.Security.Policy.StrongName
ShowResult void
TestEqualsCore Tuple
TestEqualsFullTrust void
TestEqualsPartialTrust void
TestGetHashCode_Binary void
TestGetHashCode_EmptyBinary void
TestGetHashCode_EmptyString void
TestGetHashCode_String void
TestGetHashCode_StringifiableBinary void
TestToString_Binary void
TestToString_EmptyBinary void
TestToString_EmptyString void
TestToString_String void
TestToString_StringifiableBinary void

Public Methods

Method Description
TestEqualsWorker ( ) : void

Private Methods

Method Description
GetDefaultInternetZoneSandbox ( ) : PermissionSet
GetStrongName ( Type type ) : StrongName
ShowResult ( Tuple result ) : void
TestEqualsCore ( ) : Tuple
TestEqualsFullTrust ( ) : void
TestEqualsPartialTrust ( ) : void
TestGetHashCode_Binary ( ) : void
TestGetHashCode_EmptyBinary ( ) : void
TestGetHashCode_EmptyString ( ) : void
TestGetHashCode_String ( ) : void
TestGetHashCode_StringifiableBinary ( ) : void
TestToString_Binary ( ) : void
TestToString_EmptyBinary ( ) : void
TestToString_EmptyString ( ) : void
TestToString_String ( ) : void
TestToString_StringifiableBinary ( ) : void

Method Details

TestEqualsWorker() public static method

public static TestEqualsWorker ( ) : void
return void