Method TestFinished
TestFinished(ITestResultAdaptor)
A callback invoked when each individual node of the test tree has finished executing.
Declaration
void TestFinished(ITestResultAdaptor result)
Parameters
Type | Name | Description |
---|---|---|
ITestResultAdaptor | result | The result of the test tree node after it had been executed. |