This exception type is used to signal that a test has failed to satisfy some predetermined condition established by the test author.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
[SerializableAttribute]
public class TestFailedException : TestException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TestFailedException _
	Inherits TestException

Remarks

For example, an assertion failure may be signaled using a TestFailedException to distinguish it from other application or runtime errors that a test might encounter at runtime.

Inheritance Hierarchy

See Also