TestExecutionContext public class TestExecutionContext Documentation public TestExecutionContext prior 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 TestExecutionContext() public TestExecutionContext(TestExecutionContext other) public static void Restore() public static void Save() public void ReverseChanges() public void Update()