Method TestStarted
TestStarted(ITestAdaptor)
A callback invoked when each individual node of the test tree has started executing.
Declaration
void TestStarted(ITestAdaptor test)
Parameters
Type | Name | Description |
---|---|---|
ITestAdaptor | test | The test node currently executed. |