csUnit Class Library

Assert.AssertTrue Method 

NOTE: This method is now obsolete.

Use Assert.True() instead.


Obsolete! Don't use! Use Assert.True(bool expression) instead.

public static void AssertTrue(
   bool expression
);

See Also

Assert Class | csUnit Namespace