<PackageReference Include="NUnit" Version="4.4.0" />

NUnit.Framework.Internal.Execution.TestOutputEvent

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