C# Class NSoft.NFramework.Tools.HashToolFixture

显示文件 Open project: debop/NFramework

Public Methods

Method Description
HashCode_Compute_Objects ( ) : void

Private Methods

Method Description
DateRange_HashCode_Test ( ) : void
Guid_HashCode ( ) : void
HashCode_Compute ( ) : void
NullableType_CombineInOrder_Test ( int x, int y ) : void
NullableType_Combine_Test ( int x, int y ) : void
NullableType_Compute_Test ( int x, int y ) : void
Object_CalcHashCode ( ) : void
Object_Expression_GetHashCode ( ) : void
Params_CombineInOrder_Test ( int x, int y, int z, int k ) : void
Params_Combine_Test ( int x, int y, int z, int k ) : void
String_GetHashCode ( ) : void
String_HashCode ( ) : void
ValueType_CombineInOrder_Test ( int x, int y ) : void
ValueType_Combine_ViseVersa ( int x, int y ) : void

Method Details

HashCode_Compute_Objects() public method

public HashCode_Compute_Objects ( ) : void
return void