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

DelegatingTestCommand

public abstract class DelegatingTestCommand : TestCommand
DelegatingTestCommand wraps an inner TestCommand. Derived classes may do what they like before or after running the inner command.

TODO: Documentation needed for field

protected DelegatingTestCommand(TestCommand innerCommand)

Initializes a new instance of the DelegatingTestCommand class.

protected static void RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

Runs the test with exception handling.