2 instantiations of WpfTestRunner
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Threading\WpfTestCaseRunner.cs (1)
37var runner = new WpfTestRunner(SharedData, test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
Threading\WpfTheoryTestCaseRunner.cs (1)
37var runner = new WpfTestRunner(SharedData, test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
16 references to WpfTestRunner
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (8)
Threading\WpfTestCaseRunner.cs (1)
37var runner = new WpfTestRunner(SharedData, test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
Threading\WpfTheoryTestCaseRunner.cs (1)
37var runner = new WpfTestRunner(SharedData, test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)