This exception type is used to signal that a test has failed to satisfy
some predetermined condition established by the test author.
Namespace:
Gallio.FrameworkAssembly: 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
System..::.Object
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestFailedException
Gallio.Framework.Assertions..::.AssertionException
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestFailedException
Gallio.Framework.Assertions..::.AssertionException
