This exception type is an abstract base class for exceptions that are used to
explicitly signal the outcome of a test.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class TestException : Exception |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class TestException _ Inherits Exception |
Remarks
The test framework uses the value of the Outcome property to set the test result instead of applying the standard behavior for unexpected exceptions.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestFailedException
Gallio.Framework..::.TestInconclusiveException
Gallio.Framework..::.TestTerminatedException
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestFailedException
Gallio.Framework..::.TestInconclusiveException
Gallio.Framework..::.TestTerminatedException
