Runs the body of the test from the Initialize phase through the Dispose phase.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public FuncChain<PatternTestInstanceState, TestOutcome> RunTestInstanceBodyChain { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RunTestInstanceBodyChain As FuncChain(Of PatternTestInstanceState, TestOutcome) |
Remarks
This method is somewhat special in that it gives the test instance actions a chance to encapsulate the context in which the test runs. It can cause the test to run repeatedly, or in another thread, or with some special execution context. Of course, if it does any of these things then it is responsible for properly cleaning up the test and responding in a timely manner to abort events from the current test context's Sandbox.
