Pattern test instance actions provide the logic that implements the various phases of the test instance execution lifecycle.

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

Syntax

C#
public class PatternTestInstanceActions
Visual Basic (Declaration)
Public Class PatternTestInstanceActions

Remarks

Each chain represents the behavior to be performed during a particular phase. Different actions are permitted during each phase. Consult the documentation of the chains for restrictions.

The phases generally run in the following order. Some phases may be skipped due to exceptions or if there is no work to be done.

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Pattern..::.PatternTestInstanceActions

See Also