Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.MiniTest.AssertionException Class Reference

Thrown when an assertion fails during a call to a method of Assert. More...


Source file:
Inheritance diagram for Loyc.MiniTest.AssertionException:
Loyc.MiniTest.TestException

Remarks

Thrown when an assertion fails during a call to a method of Assert.

Public Member Functions

 AssertionException (string message)
 
 AssertionException (string message, Exception inner)
 
- Public Member Functions inherited from Loyc.MiniTest.TestException
 TestException (string message)
 
 TestException (string message, Exception inner)