Edit

Share via


TestExecutionContext Constructors

Definition

Overloads

TestExecutionContext()
TestExecutionContext(TestExecutionContext)

TestExecutionContext()

public TestExecutionContext ();

Applies to

TestExecutionContext(TestExecutionContext)

public TestExecutionContext (NUnit.Framework.Internal.TestExecutionContext other);
new NUnit.Framework.Internal.TestExecutionContext : NUnit.Framework.Internal.TestExecutionContext -> NUnit.Framework.Internal.TestExecutionContext

Parameters

Applies to