NUnit.AddinsDependencies by charliepoole

<PackageReference Include="NUnit.AddinsDependencies" Version="2.6.3" />

.NET API 217,088 bytes

 TestExecutionContext

public class TestExecutionContext

public static TestExecutionContext CurrentContext { get; }

public CultureInfo CurrentCulture { get; set; }

public string CurrentDirectory { get; set; }

public IPrincipal CurrentPrincipal { get; set; }

public TestResult CurrentResult { get; set; }

public Test CurrentTest { get; set; }

public CultureInfo CurrentUICulture { get; set; }

public TextWriter Error { get; set; }

public LoggingThreshold LogLevel { get; set; }

public TextWriter LogWriter { get; set; }

public TextWriter Out { get; set; }

public int TestCaseTimeout { get; set; }

public TestPackage TestPackage { get; set; }

public TextWriter TraceWriter { get; set; }

public bool Tracing { get; set; }

public static void Restore()

public static void Save()

public void ReverseChanges()

public void Update()