csUnit Class Library

TestFailed Class

TestFailed is an exception that will be thrown when a test has failed, that is when an assertion has failed. This is opposed to an TestError exception, which indicates an error such as a division by zero.

For a list of all members of this type, see TestFailed Members.

System.Object
   Exception
      TestFailed

public class TestFailed : Exception

Requirements

Namespace: csUnit Namespace

Assembly: csUnit.dll

See Also

TestFailed Members | csUnit Namespace