FsUnit.NUnit Verifies that the object that is passed in is equal to 'null'. If the object is not 'null', then an NUnit.Framework.AssertException is thrown. The object that is to be tested. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that the object that is passed in is equal to 'null'. If the object is not 'null', then an NUnit.Framework.AssertException is thrown. The object that is to be tested. The message to display in case of failure. Verifies that the object that is passed in is equal to 'null'. If the object is not 'null', then an NUnit.Framework.AssertException is thrown. The object that is to be tested. Verifies that the object that is passed in is not equal to 'null'. If the object is 'null', then an NUnit.Framework.AssertException is thrown. The object that is to be tested. The message to display in case of failure. 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 'null', then an NUnit.Framework.AssertException is thrown. The object that is to be tested. The message to display in case of failure. Verifies that the object that is passed in is not equal to 'null'. If the object is 'null', then an NUnit.Framework.AssertException is thrown. The object that is to be tested. Verifies that the first value is less than or equal to the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be less. The second value, expected to be greater. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that the first value is less than or equal to the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be less. The second value, expected to be greater. The message to display in case of failure. Verifies that the first value is less than or equal to the second value. If it is not, then an NUnit.Framework.AssertException 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 NUnit.Framework.AssertException is thrown. The first value, expected to be less. The second value, expected to be greater. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that the first value is less than the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be less. The second value, expected to be greater. The message to display in case of failure. Verifies that the first value is less than the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be less. The second value, expected to be greater. Verifies that the first value is greater than or equal to than the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be greater. The second value, expected to be less. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that the first value is greater than or equal to than the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be greater. The second value, expected to be less. The message to display in case of failure. Verifies that the first value is greater than or equal to than the second value. If it is not, then an NUnit.Framework.AssertException 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 it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be greater. The second value, expected to be less. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that the first value is greater than the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be greater. The second value, expected to be less. The message to display in case of failure. Verifies that the first value is greater than the second value. If it is not, then an NUnit.Framework.AssertException is thrown. The first value, expected to be greater. The second value, expected to be less. Asserts that an object is contained in a list. The expected object. The list to be examined. The message to display in case of failure. Array of objects to be used in formatting the message. Asserts that an object is contained in a list. The expected object. The list to be examined. The message to display in case of failure. Asserts that an object is contained in a list. The expected object. The list to be examined. Asserts that two objects refer to the same object. If they are not, then an NUnit.Framework.AssertException is thrown. The expected object. The actual object. The message to display in case of failure. Array of objects to be used in formatting the message. Asserts that two objects refer to the same object. If they are not, then an NUnit.Framework.AssertException is thrown. The expected object. The actual object. The message to display in case of failure. Asserts that two objects refer to the same object. If they are not, then an NUnit.Framework.AssertException is thrown. The expected object. The actual object. Asserts that two objects do not refer to the same object. If they are not, then an NUnit.Framework.AssertException is thrown. The expected object. The actual object. The message to display in case of failure. Array of objects to be used in formatting the message. Asserts that two objects do not refer to the same object. If they are not, then an NUnit.Framework.AssertException is thrown. The expected object. The actual object. The message to display in case of failure. Asserts that two objects do not refer to the same object. If they are not, then an NUnit.Framework.AssertException is thrown. The expected object. The actual object. Verifies that two values are not equal. If they are, then an NUnit.Framework.AssertException is thrown. The expected value. The actual value. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that two values are not equal. If they are, then an NUnit.Framework.AssertException is thrown. The expected value. The actual value. The message to display in case of failure. Verifies that two values are not equal. If they are, then an NUnit.Framework.AssertException is thrown. The expected value. The actual value. Verifies that two values are equal. If they are not, then an NUnit.Framework.AssertException is thrown. The expected value. The actual value. The message to display in case of failure. Array of objects to be used in formatting the message. Verifies that two values are equal. If they are not, then an NUnit.Framework.AssertException is thrown. The expected value. The actual value. The message to display in case of failure. Verifies that two values are equal. If they are not, then an NUnit.Framework.AssertException is thrown. The expected value. The actual value. Generic test assertions. Deprecated operators. These will be removed in a future version of FsUnit.