NUnit.AddinsDependencies by charliepoole

<PackageReference Include="NUnit.AddinsDependencies" Version="2.6.3" />

.NET API 217,088 bytes

 NullListener

public class NullListener : EventListener
public static EventListener NULL { get; }

public NullListener()

public void RunFinished(TestResult result)

public void RunFinished(Exception exception)

public void RunStarted(string name, int testCount)

public void SuiteFinished(TestResult result)

public void SuiteStarted(TestName testName)

public void TestFinished(TestResult result)

public void TestOutput(TestOutput testOutput)

public void TestStarted(TestName testName)

public void UnhandledException(Exception exception)