NUnit.Framework.Internal.Execution.TestOutputEvent
TestOutputEvent holds information needed to call the TestOutput method.
namespace NUnit.Framework.Internal.Execution
{
public class TestOutputEvent : Event
{
public TestOutputEvent(TestOutput output);
}
}