ITestListener.

TestStarted(ITest) Method

Summary

Called when a test has just started
Namespace
TCLite.Interfaces
Containing Type
ITestListener

Syntax

void TestStarted(ITest test)

Parameters

Name Type Description
test ITest The test that is starting

Return Value

Type Description
void