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

NUnit.Framework.Internal.Execution.TestFinishedEvent

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