![]() ![]() | Get/set the current assertion count |
![]() ![]() | Obsolete. Obsolete! Don't use! Assert.Equals(Object expected, Object actual) instead. |
![]() ![]() | Obsolete. Obsolete! Don't use! Use Assert.False(bool Expression) instead. |
![]() ![]() | Obsolete. Obsolete! Don't use! Use Assert.NotEquals(Object obj1, Object obj2) instead. |
![]() ![]() | Obsolete. Obsolete! Don't use! Use Assert.True(bool expression) instead. |
![]() ![]() | Overloaded. Assert that a string is member of a string array. The search is case sensitive. |
![]() ![]() | Overloaded. Assert, that a string is not contained in a search string. The search is case sensitive. |
![]() ![]() | Overloaded. Assert two objects are equal. |
![]() ![]() | Overloaded. Compares the given string (actual) against the regular expression. If the expression does not match on the string, then an assertion is raised. |
![]() ![]() | Overloaded. Call this method immediately after the line, that should have thrown an exception. To be used for checked exceptions. |
![]() ![]() | Overloaded. Verify whether expression is 'false'. |
![]() ![]() | Overloaded. Asserts that an object is greater than a different object. Both objects must be of the same type, and that type must implement the System.IComparable interface. |
![]() ![]() | Overloaded. Asserts that an object is less than a different object. Both objects must be of the same type, and that type must implement the System.IComparable interface. |
![]() ![]() | Overloaded. Assert two objects are NOT equal. |
![]() ![]() | Overloaded. Compares the given string (actual) against the regular expression. If the expression does match on the string, then an assertion is raised. |
![]() ![]() | Overloaded. Assert object is not null. |
![]() ![]() | Overloaded. Assert a reference is 'null'. |
![]() ![]() | Overloaded. Assert that object reference refer to the same object. |
![]() ![]() | Overloaded. Assert that a string starts with a particular substring. The check is case sensitive. |
![]() ![]() | Overloaded. Verify whether expression is 'true'. |
![]() | Overloaded. Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() |
Initializes a new instance of the Assert class. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
Assert Class | csUnit Namespace