2 writes to Exception
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (2)
308WpfTestSharedData.Instance.Exception = e; 313WpfTestSharedData.Instance.Exception = previousException;
5 references to Exception
Microsoft.VisualStudio.Extensibility.Testing.Xunit (5)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
304var previousException = WpfTestSharedData.Instance.Exception;
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTestCaseRunner.cs (2)
47if (SharedData.Exception is not null) 50return new ErrorReportingIdeTestRunner(SharedData.Exception, test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTheoryTestCaseRunner.cs (2)
53else if (SharedData.Exception is not null) 55return new ErrorReportingIdeTestRunner(SharedData.Exception, test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);