C# Class Bytes2you.Validation.UnitTests.ValidatoinPredicates.GenericPredicates.NotEqualValidationPredicateTests.Match_Should

Show file Open project: veskokolev/Bytes2you.Validation

Private Methods

Method Description
ReturnFalseAndUnmatchMessage_WhenArgumentIsEqual ( ) : void
ReturnFalseAndUnmatchMessage_WhenBoundIsDoubleNegativeInfinityAndArgumentIsNegativeInfinity ( ) : void
ReturnFalseAndUnmatchMessage_WhenBoundIsDoublePositiveInfinityAndArgumentIsPositiveInfinity ( ) : void
ReturnFalseAndUnmatchMessage_WhenBoundIsFloatNegativeInfinityAndArgumentIsNegativeInfinity ( ) : void
ReturnFalseAndUnmatchMessage_WhenBoundIsFloatPositiveInfinityAndArgumentIsPositiveInfinity ( ) : void
ReturnFalseAndUnmatchMessage_WhenBoundIsNullAndArgumentIsNull ( ) : void
ReturnTrueAndMatchMessage_WhenArgumentIsNotEqual ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsDoubleNegativeInfinityAndArgumentIsNotInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsDoubleNegativeInfinityAndArgumentIsPositiveInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsDoublePositiveInfinityAndArgumentIsNegativeInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsDoublePositiveInfinityAndArgumentIsNotInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsFloatNegativeInfinityAndArgumentIsNotInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsFloatNegativeInfinityAndArgumentIsPositiveInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsFloatPositiveInfinityAndArgumentIsNegativeInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsFloatPositiveInfinityAndArgumentIsNotInfinity ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsNotNullAndArgumentIsNull ( ) : void
ReturnTrueAndMatchMessage_WhenBoundIsNullAndArgumentIsNotNull ( ) : void