NUnit.Framework.Internal.Execution.TestStartedEvent
TestStartedEvent holds information needed to call the TestStarted method.
namespace NUnit.
Framework.
Internal.
Execution
{
public class TestStartedEvent :
Event
{
public TestStartedEvent(
ITest test);
}
}