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
   System.Exception
      csUnit.TestFailed

public class TestFailed : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: csUnit

Assembly: csUnit (in csUnit.dll)

See Also

TestFailed Members | csUnit Namespace