Specifies a trigger condition for automatic execution of an action.

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

Syntax

C#
public enum TriggerEvent
Visual Basic (Declaration)
Public Enumeration TriggerEvent

Members

Member nameDescription
Never
Never performs the action.
TestFinished
Perform the action when the test finishes.
TestPassed
Perform the action when the test passed.
TestPassedOrInconclusive
Perform the action when the test passed or was inconclusive.
TestInconclusive
Perform the action when the test was inconclusive.
TestFailed
Perform the action when the test failed.
TestFailedOrInconclusive
Perform the action when the test failed or was inconclusive.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also