MbUnit.Framework
Array Assertion class
A private constructor disallows any instances of this object.
Verifies that both array have the same dimension and elements.
Assertion class
The Equals method throws an AssertionException. This is done
to make sure there is no mistake by calling this function.
override the default ReferenceEquals to throw an AssertionException. This
implementation makes sure there is no mistake in calling this function
as part of Assert.
Checks the type of the object, returning true if
the object is a numeric type.
The object to check
true if the object is a numeric type
Used to compare numeric types. Comparisons between
same types are fine (Int32 to Int32, or Int64 to Int64),
but the Equals method fails across different types.
This method was added to allow any numeric type to
be handled correctly, by using ToString and
comparing the result
A private constructor disallows any instances of this object.
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.
The error message is formatted using .
Asserts that a condition is true. If the condition is false the method throws
an .
The evaluated condition
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.
The error message is formatted using .
Asserts that a condition is false. If the condition is true the method throws
an .
The evaluated condition
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.
The error message is formatted using .
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.
The error message is formatted using .
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.
The error message is formatted using .
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
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 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 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
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.
The error message is formatted using .
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.
The error message is formatted using .
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 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.
The error message is formatted using .
Asserts that two objects refer to the same object. If they
are not the same an is thrown.
The expected object
The actual object
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.
The error message is formatted using .
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.
Makes the current test ignored using like
formatting
Makes the current test ignored using like
formatting
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
.
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 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 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 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 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
.
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
.
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 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 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 .
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
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
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 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
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
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
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
This method is called when two objects have been compared and found to be
different. This prints a nice message to the screen.
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.
The error message is formatted using .
This method is called when the two objects are not the same.
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.
The error message is formatted using .
This attribute identifies the author of a test fixture.
Assertion helper for the class.
This class contains static helper methods to verify assertions on the
class.
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 the property value
is true.
Instance containing the expected value.
Verifies that the property value
is false.
Instance containing the expected value.
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 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 the property
is synchronized with the number of iterated elements.
Collection to test
is a null reference (Nothing in Visual Basic)
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 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
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
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
Asserts that collection contains actual as an item.
ICollection of objects to be considered
Object to be found within collection
Asserts that collect