csUnit Class Library

Assert.AssertFalse Method 

NOTE: This method is now obsolete.

Use Assert.False() instead.


Obsolete! Don't use! Use Assert.False(bool Expression) instead.

public static void AssertFalse(
   bool expression
);

See Also

Assert Class | csUnit Namespace