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