NUnit.Framework.Internal.Execution.TestFinishedEvent
TestFinishedEvent holds information needed to call the TestFinished method.
namespace NUnit.Framework.Internal.Execution
{
public class TestFinishedEvent : Event
{
public TestFinishedEvent(ITestResult result);
}
}