GetHashCode() публичный Метод

Returns the hash code for the object.
public GetHashCode ( ) : int
Результат int
Пример #1
0
        public void AUT_Criterion_GetHashCode_Method_DirectCall_No_Exception_Thrown_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodGetHashCode);

            // Act
            Action executeAction = () => _criterionInstance.GetHashCode();

            // Assert
            Should.NotThrow(executeAction);
        }