Assertion class

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class Assert
Public NotInheritable Class Assert
public ref class Assert sealed

Members

         
 All Members  Properties Public property  Methods Public method 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodStatic memberAreEqual(Decimal, Decimal)
Verifies that two decimals are equal. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Int32, Int32)
Verifies that two ints are equal. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Object, Object)
Verifies that two objects are equal. Two objects are considered equal if both are null, or if both have the same value. All non-numeric types are compared by using the Equals method. If they are not equal an AssertionException is thrown.
Public methodStatic memberAreEqual(Decimal, Decimal, String)
Verifies that two decimals are equal. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Double, Double, Double)
Verifies that two doubles are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Int32, Int32, String)
Verifies that two ints are equal. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Object, Object, String)
Verifies that two objects are equal. Two objects are considered equal if both are null, or if both have the same value. All non-numeric types are compared by using the Equals method. If they are not equal an AssertionException is thrown.
Public methodStatic memberAreEqual(Single, Single, Single)
Verifies that two floats are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Decimal, Decimal, String, array<Object>[]()[])
Verifies that two decimals are equal. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Double, Double, Double, String)
Verifies that two doubles are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Int32, Int32, String, array<Object>[]()[])
Verifies that two ints are equal. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Object, Object, String, array<Object>[]()[])
Verifies that two objects are equal. Two objects are considered equal if both are null, or if both have the same value. All non-numeric types are compared by using the Equals method. If they are not equal an AssertionException is thrown.
Public methodStatic memberAreEqual(Single, Single, Single, String)
Verifies that two floats are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an AssertionException is thrown.
Public methodStatic memberAreEqual(Single, Single, Single, String, array<Object>[]()[])
Public methodStatic memberAreNotEqual(Decimal, Decimal)
Asserts that two decimals are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Double, Double)
Asserts that two doubles are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Int32, Int32)
Asserts that two ints are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Object, Object)
Asserts that two objects are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Single, Single)
Asserts that two floats are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(UInt32, UInt32)
Asserts that two uints are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Decimal, Decimal, String)
Asserts that two decimals are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Double, Double, String)
Asserts that two doubles are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Int32, Int32, String)
Asserts that two ints are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Object, Object, String)
Asserts that two objects are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Single, Single, String)
Asserts that two floats are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(UInt32, UInt32, String)
Asserts that two uints are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Decimal, Decimal, String, array<Object>[]()[])
Asserts that two decimals are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Double, Double, String, array<Object>[]()[])
Asserts that two doubles are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Int32, Int32, String, array<Object>[]()[])
Asserts that two ints are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Object, Object, String, array<Object>[]()[])
Asserts that two objects are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(Single, Single, String, array<Object>[]()[])
Asserts that two floats are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotEqual(UInt32, UInt32, String, array<Object>[]()[])
Asserts that two uints are not equal. If they are equal an AssertionException is thrown.
Public methodStatic memberAreNotSame(Object, Object)
Public methodStatic memberAreNotSame(Object, Object, String)
Public methodStatic memberAreNotSame(Object, Object, String, array<Object>[]()[])
Public methodStatic memberAreSame(Object, Object)
Asserts that two objects refer to the same object. If they are not the same an AssertionException is thrown.
Public methodStatic memberAreSame(Object, Object, String)
Asserts that two objects refer to the same object. If they are not the same an AssertionException is thrown.
Public methodStatic memberAreSame(Object, Object, String, array<Object>[]()[])
Asserts that two objects refer to the same object. If they are not the same an AssertionException is thrown.
Public methodStatic memberAreValueEqual(PropertyInfo, Object, Object, array<Object>[]()[])
Verifies that the value of the property described by pi is the same in both ojects.
Public propertyStatic memberAssertCount
Public methodStatic memberBetween(Byte, Byte, Byte)
Asserts that test is between left and right.
Public methodStatic memberBetween(Double, Double, Double)
Asserts that test is between left and right.
Public methodStatic memberBetween(IComparable, IComparable, IComparable)
Asserts that test is between left and right.
Public methodStatic memberBetween(Int16, Int16, Int16)
Asserts that test is between left and right.
Public methodStatic memberBetween(Int32, Int32, Int32)
Asserts that test is between left and right.
Public methodStatic memberBetween(Int64, Int64, Int64)
Asserts that test is between left and right.
Public methodStatic memberBetween(Single, Single, Single)
Asserts that test is between left and right.
Public methodStatic memberBetween(Byte, Byte, Byte, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(Double, Double, Double, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(IComparable, IComparable, IComparable, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(Int16, Int16, Int16, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(Int32, Int32, Int32, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(Int64, Int64, Int64, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(Single, Single, Single, String)
Asserts that test is between left and right.
Public methodStatic memberBetween(Byte, Byte, Byte, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberBetween(Double, Double, Double, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberBetween(IComparable, IComparable, IComparable, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberBetween(Int16, Int16, Int16, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberBetween(Int32, Int32, Int32, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberBetween(Int64, Int64, Int64, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberBetween(Single, Single, Single, String, array<Object>[]()[])
Asserts that test is between left and right.
Public methodStatic memberContains(String, String)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberEquals(Object, Object)
The Equals method throws an AssertionException. This is done to make sure there is no mistake by calling this function.
Public methodStatic memberFail()()()
Throws an AssertionException with the message that is passed in. This is used by the other Assert functions.
Public methodStatic memberFail(String)
Throws an AssertionException with the message that is passed in. This is used by the other Assert functions.
Public methodStatic memberFail(String, array<Object>[]()[])
Throws an AssertionException with the message that is passed in. This is used by the other Assert functions.
Protected methodFinalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGreater(Decimal, Decimal)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Double, Double)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(IComparable, IComparable)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Int32, Int32)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Int64, Int64)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Single, Single)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(UInt32, UInt32)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Decimal, Decimal, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Double, Double, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(IComparable, IComparable, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Int32, Int32, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Int64, Int64, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Single, Single, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(UInt32, UInt32, String)
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Decimal, Decimal, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Double, Double, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(IComparable, IComparable, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Int32, Int32, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Int64, Int64, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(Single, Single, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreater(UInt32, UInt32, String, array<Object>[]()[])
Verifies that the first value is greater than the second value. If they are not, then an AssertionException is thrown.
Public methodStatic memberGreaterEqualThan(Byte, Byte)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Double, Double)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(IComparable, IComparable)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterEqualThan(Int16, Int16)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Int32, Int32)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Int64, Int64)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Single, Single)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Byte, Byte, String)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Double, Double, String)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(IComparable, IComparable, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterEqualThan(Int16, Int16, String)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Int32, Int32, String)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Int64, Int64, String)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Single, Single, String)
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Byte, Byte, String, array<Object>[]()[])
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Double, Double, String, array<Object>[]()[])
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(IComparable, IComparable, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterEqualThan(Int16, Int16, String, array<Object>[]()[])
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Int32, Int32, String, array<Object>[]()[])
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Int64, Int64, String, array<Object>[]()[])
Verifies that left is greater than right.
Public methodStatic memberGreaterEqualThan(Single, Single, String, array<Object>[]()[])
Verifies that left is greater than right.
Public methodStatic memberGreaterThan(Byte, Byte)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Double, Double)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(IComparable, IComparable)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int16, Int16)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int32, Int32)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int64, Int64)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Single, Single)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Byte, Byte, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Double, Double, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(IComparable, IComparable, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int16, Int16, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int32, Int32, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int64, Int64, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Single, Single, String)
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Byte, Byte, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Double, Double, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(IComparable, IComparable, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int16, Int16, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int32, Int32, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Int64, Int64, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberGreaterThan(Single, Single, String, array<Object>[]()[])
Verifies that left is strictly greater than right.
Public methodStatic memberIgnore(String)
Makes the current test ignored using Format(String, array<Object>[]()[]) like formatting
Public methodStatic memberIgnore(String, array<Object>[]()[])
Makes the current test ignored using Format(String, array<Object>[]()[]) like formatting
Public methodStatic memberIn(Object, IDictionary)
Asserts that test is in the dic list.
Public methodStatic memberIn(Object, IEnumerable)
Asserts that test is in the enumerable collection enumerable.
Public methodStatic memberIn(Object, IList)
Asserts that test is in the list list.
Public methodStatic memberIn(Object, IDictionary, String)
Asserts that test is in the dic list.
Public methodStatic memberIn(Object, IEnumerable, String)
Asserts that test is in the enumerable collection enumerable.
Public methodStatic memberIn(Object, IList, String)
Asserts that test is in the list list.
Public methodStatic memberIncrementAssertCount()()()
Public methodStatic memberIsAssignableFrom(Type, Object)
Asserts that an object may be assigned a value of a given Type.
Public methodStatic memberIsAssignableFrom(Type, Object, String)
Asserts that an object may be assigned a value of a given Type.
Public methodStatic memberIsAssignableFrom(Type, Object, String, array<Object>[]()[])
Asserts that an object may be assigned a value of a given Type.
Public methodStatic memberIsEmpty(ICollection)
Assert that an array,list or other collection is empty
Public methodStatic memberIsEmpty(String)
Assert that a string is empty - that is equal to string.Emtpy
Public methodStatic memberIsEmpty(ICollection, String)
Assert that an array, list or other collection is empty
Public methodStatic memberIsEmpty(String, String)
Assert that a string is empty - that is equal to string.Emtpy
Public methodStatic memberIsEmpty(ICollection, String, array<Object>[]()[])
Assert that an array, list or other collection is empty
Public methodStatic memberIsEmpty(String, String, array<Object>[]()[])
Assert that a string is empty - that is equal to string.Empty
Public methodStatic memberIsFalse(Boolean)
Asserts that a condition is false. If the condition is true the method throws an AssertionException.
Public methodStatic memberIsFalse(Boolean, String)
Public methodStatic memberIsFalse(Boolean, String, array<Object>[]()[])
Asserts that a condition is false. If the condition is true the method throws an AssertionException.
Public methodStatic memberIsInstanceOfType(Type, Object)
Asserts that an object is an instance of a given type.
Public methodStatic memberIsInstanceOfType(Type, Object, String)
Asserts that an object is an instance of a given type.
Public methodStatic memberIsInstanceOfType(Type, Object, String, array<Object>[]()[])
Asserts that an object is an instance of a given type.
Public methodStatic memberIsNaN(Double)
Verifies that the double is passed is an
Copy imageCopy Code
NaN
value. If the object is not
Copy imageCopy Code
NaN
then an AssertionException is thrown.
Public methodStatic memberIsNaN(Double, String)
Verifies that the double is passed is an
Copy imageCopy Code
NaN
value. If the object is not
Copy imageCopy Code
NaN
then an AssertionException is thrown.
Public methodStatic memberIsNaN(Double, String, array<Object>[]()[])
Verifies that the double is passed is an
Copy imageCopy Code
NaN
value. If the object is not
Copy imageCopy Code
NaN
then an AssertionException is thrown.
Public methodStatic memberIsNotAssignableFrom(Type, Object)
Asserts that an object may not be assigned a value of a given Type.
Public methodStatic memberIsNotAssignableFrom(Type, Object, String)
Asserts that an object may not be assigned a value of a given Type.
Public methodStatic memberIsNotAssignableFrom(Type, Object, String, array<Object>[]()[])
Asserts that an object may not be assigned a value of a given Type.
Public methodStatic memberIsNotEmpty(ICollection)
Assert that an array,list or other collection is empty
Public methodStatic memberIsNotEmpty(String)
Assert that a string is empty - that is equal to string.Emtpy
Public methodStatic memberIsNotEmpty(ICollection, String)
Assert that an array, list or other collection is empty
Public methodStatic memberIsNotEmpty(String, String)
Assert that a string is empty - that is equal to string.Emtpy
Public methodStatic memberIsNotEmpty(ICollection, String, array<Object>[]()[])
Assert that an array, list or other collection is empty
Public methodStatic memberIsNotEmpty(String, String, array<Object>[]()[])
Assert that a string is empty - that is equal to string.Emtpy
Public methodStatic memberIsNotInstanceOfType(Type, Object)
Asserts that an object is not an instance of a given type.
Public methodStatic memberIsNotInstanceOfType(Type, Object, String)
Asserts that an object is not an instance of a given type.
Public methodStatic memberIsNotInstanceOfType(Type, Object, String, array<Object>[]()[])
Asserts that an object is not an instance of a given type.
Public methodStatic memberIsNotNull(Object)
Verifies that the object that is passed in is not equal to
Copy imageCopy Code
null
If the object is not
Copy imageCopy Code
null
then an AssertionException is thrown.
Public methodStatic memberIsNotNull(Object, String)
Verifies that the object that is passed in is not equal to
Copy imageCopy Code
null
If the object is
Copy imageCopy Code
null
then an AssertionException is thrown with the message that is passed in.
Public methodStatic memberIsNotNull(Object, String, array<Object>[]()[])
Verifies that the object that is passed in is not equal to
Copy imageCopy Code
null
If the object is not
Copy imageCopy Code
null
then an AssertionException is thrown.
Public methodStatic memberIsNull(Object)
Verifies that the object that is passed in is equal to
Copy imageCopy Code
null
If the object is
Copy imageCopy Code
null
then an AssertionException is thrown.
Public methodStatic memberIsNull(Object, String)
Verifies that the object that is passed in is equal to
Copy imageCopy Code
null
If the object is
Copy imageCopy Code
null
then an AssertionException is thrown with the message that is passed in.
Public methodStatic memberIsNull(Object, String, array<Object>[]()[])
Verifies that the object that is passed in is equal to
Copy imageCopy Code
null
If the object is
Copy imageCopy Code
null
then an AssertionException is thrown.
Public methodStatic memberIsTrue(Boolean)
Asserts that a condition is true. If the condition is false the method throws an AssertionException.
Public methodStatic memberIsTrue(Boolean, String)
Public methodStatic memberIsTrue(Boolean, String, array<Object>[]()[])
Asserts that a condition is true. If the condition is false the method throws an AssertionException.
Public methodStatic memberLess(Decimal, Decimal)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Double, Double)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(IComparable, IComparable)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Int32, Int32)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Int64, Int64)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Single, Single)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(UInt32, UInt32)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Decimal, Decimal, String)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Double, Double, String)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(IComparable, IComparable, String)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Int32, Int32, String)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Int64, Int64, String)
Verifies that the first value is less than the second value. If it is not, then an AssertionException is thrown.
Public methodStatic memberLess(Single, Single, String)