MbUnit.Compatibility
Array Assertion class This is a and so cannot be inherited or instantiated.
Verifies that both array have the same dimension and elements.
Assertion class This is a and so cannot be inherited or instantiated.
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 is thrown.
The expected value
The actual value
The maximum acceptable difference between the the expected and the actual
The message printed out upon failure
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 is thrown.
The expected value
The actual value
The maximum acceptable difference between the the expected and the actual
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 is thrown.
The message printed out upon failure
The expected value
The actual value
The maximum acceptable difference between the the expected and the actual
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 is thrown.
The expected value
The actual value
The maximum acceptable difference between the the expected and the actual
Verifies that two decimals are equal. If they are not equals then an is thrown.
The message printed out upon failure
The expected value
The actual value
Verifies that two decimals are equal. If they are not equals then an is thrown.
The expected value
The actual value
The format of the message to display if the assertion fails, containing zero or more format items.
An array containing zero or more objects to format.
Verifies that two decimals are equal. If they are not equals then an is thrown.
The expected value
The actual value
Verifies that two ints are equal. If they are not equals then an is thrown.
The message printed out upon failure
The expected value
The actual value
Verifies that two ints are equal. If they are not equals then an is thrown.
The expected value
The actual value
The format of the message to display if the assertion fails, containing zero or more format items.
An array containing zero or more objects to format.
Verifies that two ints are equal. If they are not equals then an is thrown.
The expected value
The actual value
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 is thrown.
The value that is expected
The actual value
The format of the message to display if the assertion fails, containing zero or more format items.
An array containing zero or more objects to format.
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 is thrown.
The value that is expected
The actual value
The message to display if objects are not equal
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 is thrown.
The value that is expected
The actual value
Asserts that two objects are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the two objects are the same object.
Arguments to be used in formatting the message
Asserts that two objects are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the objects are the same
Asserts that two objects are not equal. If they are equal an is thrown.
The expected object
The actual object
Asserts that two ints are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the two objects are the same object.
Arguments to be used in formatting the message
Asserts that two ints are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the objects are the same
Asserts that two ints are not equal. If they are equal an is thrown.
The expected object
The actual object
Asserts that two uints are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the two objects are the same object.
Arguments to be used in formatting the message
Asserts that two uints are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the objects are the same
Asserts that two uints are not equal. If they are equal an is thrown.
The expected object
The actual object
Asserts that two decimals are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the two objects are the same object.
Arguments to be used in formatting the message
Asserts that two decimals are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the objects are the same
Asserts that two decimals are not equal. If they are equal an is thrown.
The expected object
The actual object
Asserts that two floats are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the two objects are the same object.
Arguments to be used in formatting the message
Asserts that two floats are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the objects are the same
Asserts that two floats are not equal. If they are equal an is thrown.
The expected object
The actual object
Asserts that two doubles are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the two objects are the same object.
Arguments to be used in formatting the message
Asserts that two doubles are not equal. If they are equal an is thrown.
The expected object
The actual object
The message to be displayed when the objects are the same
Asserts that two doubles are not equal. If they are equal an is thrown.
The expected object
The actual object
Asserts that two objects refer to the same object. If they are not the same an is thrown.
The message to be printed when the two objects are not the same object.
The expected object
The actual object
Asserts that two objects refer to the same object. If they are not the same an is thrown.
The expected object
The actual object
The format of the message to display if the assertion fails, containing zero or more format items.
An array containing zero or more objects to format.
Asserts that two objects refer to the same object. If they are not the same an is thrown.
The expected object
The actual object
Verifies that the value of the property described by is the same in both ojects.
Property describing the value to test
Reference object
Actual object
Index of the property.
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
Asserts that is between and .
The Equals method throws an AssertionException. This is done to make sure there is no mistake by calling this function.
Throws an with the message that is passed in. This is used by the other Assert functions.
The format of the message to initialize the with.
An array containing zero or more objects to format.
Throws an with the message that is passed in. This is used by the other Assert functions.
The message to initialize the with.
Throws an with the message that is passed in. This is used by the other Assert functions.
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
The message that will be displayed on failure
Verifies that the first value is greater than the second value. If they are not, then an is thrown.
The first value, expected to be greater
The second value, expected to be less
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Verifies that is strictly greater than .
Asserts that is in the dic .
Asserts that is in the dic .
Asserts that is in the list .
Asserts that is in the list .
Asserts that is in the enumerable collection .
Asserts that is in the enumerable collection .
Asserts that an object may be assigned a value of a given Type.
The expected Type.
The object under examination
Asserts that an object may be assigned a value of a given Type.
The expected Type.
The object under examination
The messge to display in case of failure
Asserts that an object may be assigned a value of a given Type.
The expected Type.
The object under examination
The message to display in case of failure
Array of objects to be used in formatting the message
Assert that a string is empty - that is equal to string.Empty
The string to be tested
The message to be displayed on failure
Arguments to be used in formatting the message
Assert that a string is empty - that is equal to string.Emtpy
The string to be tested
The message to be displayed on failure
Assert that a string is empty - that is equal to string.Emtpy
The string to be tested
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Arguments to be used in formatting the message
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Assert that an array,list or other collection is empty
An array, list or other collection implementing ICollection
Asserts that a condition is false. If the condition is true the method throws an .
The evaluated condition
The format of the message to display if the condition is false, containing zero or more format items.
An array containing zero or more objects to format.
Asserts that a condition is false. If the condition is true the method throws an .
The evaluated condition
Asserts that an object is an instance of a given type.
The expected Type
The object being examined
Asserts that an object is an instance of a given type.
The expected Type
The object being examined
A message to display in case of failure
Asserts that an object is an instance of a given type.
The expected Type
The object being examined
A message to display in case of failure
An array of objects to be used in formatting the message
Verifies that the double is passed is an NaN value. If the object is not NaN then an is thrown.
The value that is to be tested
The message to be displayed when the object is not null
Arguments to be used in formatting the message
Verifies that the double is passed is an NaN value. If the object is not NaN then an is thrown.
The object that is to be tested
The message to be displayed when the object is not null
Verifies that the double is passed is an NaN value. If the object is not NaN then an is thrown.
The object that is to be tested
Asserts that an object may not be assigned a value of a given Type.
The expected Type.
The object under examination
Asserts that an object may not be assigned a value of a given Type.
The expected Type.
The object under examination
The messge to display in case of failure
Asserts that an object may not be assigned a value of a given Type.
The expected Type.
The object under examination
The message to display in case of failure
Array of objects to be used in formatting the message
Assert that a string is empty - that is equal to string.Emtpy
The string to be tested
The message to be displayed on failure
Arguments to be used in formatting the message
Assert that a string is empty - that is equal to string.Emtpy
The string to be tested
The message to be displayed on failure
Assert that a string is empty - that is equal to string.Emtpy
The string to be tested
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Arguments to be used in formatting the message
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Assert that an array,list or other collection is empty
An array, list or other collection implementing ICollection
Asserts that an object is not an instance of a given type.
The expected Type
The object being examined
Asserts that an object is not an instance of a given type.
The expected Type
The object being examined
A message to display in case of failure
Asserts that an object is not an instance of a given type.
The expected Type
The object being examined
A message to display in case of failure
An array of objects to be used in formatting the message
Verifies that the object that is passed in is not equal to null If the object is not null then an is thrown.
The object that is to be tested
The format of the message to display if the assertion fails, containing zero or more format items.
An array containing zero or more objects to format.
Verifies that the object that is passed in is not equal to null If the object is null then an is thrown with the message that is passed in.
The object that is to be tested
The message to initialize the with.
Verifies that the object that is passed in is not equal to null If the object is not null then an is thrown.
The object that is to be tested
Verifies that the object that is passed in is equal to null If the object is null then an is thrown.
The object that is to be tested
The format of the message to display if the assertion fails, containing zero or more format items.
An array containing zero or more objects to format.
Verifies that the object that is passed in is equal to null If the object is null then an is thrown with the message that is passed in.
The object that is to be tested
The message to initialize the with.
Verifies that the object that is passed in is equal to null If the object is null then an is thrown.
The object that is to be tested
Asserts that a condition is true. If the condition is false the method throws an .
The evaluated condition
The format of the message to display if the condition is false, containing zero or more format items.
An array containing zero or more objects to format.
Asserts that a condition is true. If the condition is false the method throws an .
The evaluated condition
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
The message that will be displayed on failure
Verifies that the first value is less than the second value. If it is not, then an is thrown.
The first value, expected to be less
The second value, expected to be greater
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is lower equal than .
Verifies that is lower equal than .
Verifies that is lower equal than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Verifies that is strictly lower than .
Asserts that is not between and .
Asserts that is not between and .
Asserts that is not between and .
Asserts that is not between and .
Asserts that is not between and .
Asserts that is not between and .
Asserts that is not between and .
Asserts that is not in the dic .
Asserts that is not in the dic .
Asserts that is not in the list .
Asserts that is not in the list .
Asserts that is not in the enumerable collection .
Asserts that is not in the enumerable collection .
override the default ReferenceEquals to throw an AssertionException. This implementation makes sure there is no mistake in calling this function as part of Assert.
Assertion helper for the class. This is a and so cannot be inherited or instantiated.
Asserts that all items contained in collection are of the type specified by expectedType.
ICollection of objects to be considered
System.Type that all objects in collection must be instances of
Asserts that all items contained in collection are of the type specified by expectedType.
ICollection of objects to be considered
System.Type that all objects in collection must be instances of
The message that will be displayed on failure
Asserts that all items contained in collection are of the type specified by expectedType.
ICollection of objects to be considered
System.Type that all objects in collection must be instances of
The message that will be displayed on failure
Arguments to be used in formatting the message
Asserts that all items contained in collection are not equal to null.
ICollection of objects to be considered
Asserts that all items contained in collection are not equal to null.
ICollection of objects to be considered
The message that will be displayed on failure
Asserts that all items contained in collection are not equal to null.
ICollection of objects to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Ensures that every object contained in collection exists within the collection once and only once.
ICollection of objects to be considered
Ensures that every object contained in collection exists within the collection once and only once.
ICollection of objects to be considered
The message that will be displayed on failure
Ensures that every object contained in collection exists within the collection once and only once.
ICollection of objects to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the property value of and are equal.
Instance containing the expected value.
Instance containing the tested value.
Verifies that the property value of is equal to .
Expected value.
Instance containing the tested value.
Verifies that and are equal collections. Element count and element wize equality is verified.
Expected value.
Instance containing the tested value.
Verifies that and are equal collections. Element count and element wize equality is verified.
Expected value.
Instance containing the tested value.
Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The message that will be displayed on failure
Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the property value of and are equal.
Instance containing the expected value.
Instance containing the tested value.
Verifies that the property value of is equal to .
Expected value.
Instance containing the tested value.
Asserts that expected and actual are not exactly equal.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The IComparer to use in comparing objects from each ICollection
Asserts that expected and actual are not exactly equal.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The message that will be displayed on failure
Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The IComparer to use in comparing objects from each ICollection
The message that will be displayed on failure
Asserts that expected and actual are not exactly equal.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The IComparer to use in comparing objects from each ICollection
The message that will be displayed on failure
Arguments to be used in formatting the message
Asserts that expected and actual are not equivalent.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
Asserts that expected and actual are not equivalent.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The message that will be displayed on failure
Asserts that expected and actual are not equivalent.
The first ICollection of objects to be considered
The second ICollection of objects to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the property value of and are equal.
Instance containing the expected value.
Instance containing the tested value.
Verifies that the property value of is equal to .
Expected value.
Instance containing the tested value.
Asserts that collection contains actual as an item.
ICollection of objects to be considered
Object to be found within collection
Asserts that collection contains actual as an item.
ICollection of objects to be considered
Object to be found within collection
The message that will be displayed on failure
Asserts that collection contains actual as an item.
ICollection of objects to be considered
Object to be found within collection
The message that will be displayed on failure
Arguments to be used in formatting the message
Asserts that collection does not contain actual as an item.
ICollection of objects to be considered
Object that cannot exist within collection
Asserts that collection does not contain actual as an item.
ICollection of objects to be considered
Object that cannot exist within collection
The message that will be displayed on failure
Asserts that collection does not contain actual as an item.
ICollection of objects to be considered
Object that cannot exist within collection
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the property is synchronized with the number of iterated elements.
Collection to test
is a null reference (Nothing in Visual Basic)
Asserts that subset is not a subset of superset.
The ICollection subset to be considered
The ICollection superset to be considered
Asserts that subset is not a subset of superset.
The ICollection subset to be considered
The ICollection superset to be considered
The message that will be displayed on failure
Asserts that subset is not a subset of superset.
The ICollection subset to be considered
The ICollection superset to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the property value is false.
Instance containing the expected value.
Asserts that subset is a subset of superset.
The ICollection subset to be considered
The ICollection superset to be considered
Asserts that subset is a subset of superset.
The ICollection subset to be considered
The ICollection superset to be considered
The message that will be displayed on failure
Asserts that subset is a subset of superset.
The ICollection subset to be considered
The ICollection superset to be considered
The message that will be displayed on failure
Arguments to be used in formatting the message
Verifies that the property value is true.
Instance containing the expected value.
Assertion class This class cannot be inherited.
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Arguments to be used in formatting the message
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Assert that an array,list or other collection is empty
An array, list or other collection implementing ICollection
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Arguments to be used in formatting the message
Assert that an array, list or other collection is empty
An array, list or other collection implementing ICollection
The message to be displayed on failure
Assert that an array,list or other collection is empty
An array, list or other collection implementing ICollection
Reflection Assertion class This is a and so cannot be inherited or instantiated.
Asserts that the type has a public instance constructor with a signature defined by parameters.
Asserts that the type has a constructor, with the specified bindind flags, with a signature defined by parameters.
Asserts that the type has a default public constructor
Asserts that the type has a public field method with a signature defined by parameters.
Asserts that the type has a field, with the specified bindind flags, with a signature defined by parameters.
Asserts that the type has a public instance method with a signature defined by parameters.
Asserts that the type has a method, with the specified bindind flags, with a signature defined by parameters.
Asserts whether an instance of the can be assigned from an instance of .
Parent instance.
Child instance.
Asserts whether is an instance of the .
instance.
Child instance.
Security Assertion class This is a and so cannot be inherited or instantiated.
Asserts that is authenticated.
Asserts that is not authenticated.
Asserts that the current windows identity is authenticated.
Asserts that the current windows identity is not authenticated.
Asserts that the current windows identity is in role.
Asserts that the current windows identity is in role.
Asserts that the current windows identity is in role.
Asserts that the current windows identity is in .
Asserts that the current windows identity is in role.
String Assertion class This is a and so cannot be inherited or instantiated.
Asserts that two strings are equal, ignoring the case
Expected string
Actual string
Asserts the string does not contain c
String to test.
Variable list of characeters.
Asserts the regular expression reg makes a full match on s
String to test.
Regular expression
Asserts the regular expression regex makes a full match on .
String to test.
Regular expression
Asserts that the string is non null and empty
String to test.
Asserts that the string is non null and non empty
String to test.
Asserts the regular expression reg makes a match on s
String to test.
Regular expression
Asserts the regular expression regex makes a match on s
String to test.
A instance.
Asserts the regular expression reg makes a match on s
String to test.
Regular expression
Asserts the regular expression regex makes a match on s
String to test.
A instance.
Class containing generic assert methods for XML markup This is a and so cannot be inherited or instantiated.
Asserts that the flattened String obtained by executing an Xpath on some XML is a particular value
An X path expression.
The XML to test.
The expected value.
Asserts that the flattened String obtained by executing an Xpath on some XML is a particular value
An X path expression.
The XML to test.
The expected value.
Asserts that the flattened String obtained by executing an Xpath on some XML is a particular value
An X path expression.
The XML to test.
The expected value.
Assert that an XPath expression matches at least one node in someXml
An X path expression.
The XML being tested.
Assert that an XPath expression matches at least one node in someXml
An X path expression.
A reader ontot eh XML being tested
Assert that an XPath expression matches at least one node in someXml
An X path expression.
The XML to test.
Asserts that two pieces of XML are similar.
The control text reader.
The test text reader.
Asserts that two pieces of XML are similar.
The control text.
The test text.
Asserts that two pieces of XML are similar.
The control input.
The test input.
Asserts that two pieces of XMl are similar given their diff
The XML diff.
Asserts that two pieces of XML are identical.
The control text reader.
The test text reader.
Asserts that two pieces of XML are identical.
The control text.
The test text.
Asserts that two pieces of XML are identical.
The control input.
The test input.
Asserts that two pieces of XML are identical given their diff
The XML diff.
Asserts that two pieces of XMl are not similar given their diff
The XML diff.
Asserts that two pieces of XML are not identical given their diff
The XML diff.
Asserts that is valid XML.
The XMl to test
Asserts that is valid XML given a
The XML to test.
The base URI.
Asserts that some XML is valid.
A pointing to the XML to test.
Asserts that some XML is valid given a
A pointing to the XML to test.
The base URI.
Asserts that some XML is valid.
The XML input.
Asserts that some XML is valid.
A object containing the XML to validate
Asserts that the results of an XSL transform on some XML are the expected result
The XSL transform.
The XML to transform.
The expected result.
Asserts that the results of an XSL transform on some XML are the expected result
The XSL transform.
The XML to transform.
The expected result.
Provides compatibility with MbUnit v2 row test feature.
Provides compatibility with MbUnit v2 test fixture set up.
Provides compatibility with MbUnit v2 test fixture tear down.
Utilities for manipulating differences. This is a and so cannot be inherited or instantiated.
Returns true is a difference is considered significant.
Describes the type of difference found.
Comparing an implied attribute value against an explicit value
Comparing 2 elements and one has an attribute the other does not
Comparing 2 attributes with the same name but different values
Comparing 2 attribute lists with the same attributes in different sequence
Comparing 2 CDATA sections with different values
Comparing 2 comments with different values
Comparing 2 document types with different names
Comparing 2 document types with different public identifiers
Comparing 2 document types with different system identifiers
Comparing 2 elements with different tag names
Comparing 2 elements with different number of attributes
Comparing 2 processing instructions with different targets
Comparing 2 processing instructions with different instructions
Comparing 2 different text values
Comparing 2 nodes with different namespace prefixes
Comparing 2 nodes with different namespace URIs
Comparing 2 nodes with different node types
Comparing 2 nodes but only one has any children
Comparing 2 nodes with different numbers of children
Comparing 2 nodes with children whose nodes are in different sequence
Comparing 2 Documents only one of which has a doctype
Comparing 2 Documents only one of which has an XML Prefix Declaration