Table of Contents

Class TestStartedEvent

Namespace
NUnit.Framework.Internal.Execution
Assembly
nunit.framework.dll

TestStartedEvent holds information needed to call the TestStarted method.

public class TestStartedEvent : Event
Inheritance
TestStartedEvent
Inherited Members

Constructors

TestStartedEvent(ITest)

Initializes a new instance of the TestStartedEvent class.

public TestStartedEvent(ITest test)

Parameters

test ITest

The test.

Methods

Send(ITestListener)

Calls TestStarted on the specified listener.

public override void Send(ITestListener listener)

Parameters

listener ITestListener

The listener.