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

NUnit.Framework.Internal.Execution.TestStartedEvent

public class TestStartedEvent : Event
TestStartedEvent holds information needed to call the TestStarted method.
namespace NUnit.Framework.Internal.Execution { public class TestStartedEvent : Event { public TestStartedEvent(ITest test); } }