Performs one primitive action of a test and returns its outcome.

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

Syntax

C#
public delegate TestOutcome TestAction()
Visual Basic (Declaration)
Public Delegate Function TestAction As TestOutcome

Return Value

The outcome of the action.

See Also