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);
27 references to WpfTestRunner
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\SemanticClassifierTests.cs (1)
2491WpfTestRunner.RequireWpfFact($"Creates an {nameof(IWpfTextView)} explicitly with an unrelated buffer");
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (8)
BraceHighlighting\AbstractBraceHighlightingTests.cs (1)
42WpfTestRunner.RequireWpfFact($"{nameof(AbstractBraceHighlightingTests)}.{nameof(TestBraceHighlightingAsync)} creates asynchronous taggers");
Diagnostics\DiagnosticTaggerWrapper.cs (1)
81WpfTestRunner.RequireWpfFact($"{nameof(DiagnosticTaggerWrapper<TProvider, TTag>)}.{nameof(TaggerProvider)} creates asynchronous taggers");
EditorFactory.cs (2)
53WpfTestRunner.RequireWpfFact($"Creates an {nameof(IWpfTextView)} through {nameof(EditorFactory)}.{nameof(CreateView)}"); 64WpfTestRunner.RequireWpfFact($"Creates an {nameof(IWpfTextView)} through {nameof(EditorFactory)}.{nameof(CreateView)}");
Interactive\TestInteractiveWindowEditorFactoryService.cs (1)
38WpfTestRunner.RequireWpfFact($"Creates an {nameof(IWpfTextView)} in {nameof(TestInteractiveWindowEditorFactoryService)}");
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);
Workspaces\TestHostDocument.cs (1)
227WpfTestRunner.RequireWpfFact($"Creates an {nameof(IWpfTextView)} through {nameof(TestHostDocument)}.{nameof(GetTextView)}");
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
Preview\PreviewWorkspaceTests.cs (1)
176WpfTestRunner.RequireWpfFact($"{nameof(TestPreviewDiagnosticTaggerInPreviewPane)} creates a {nameof(DifferenceViewerPreview)}");
Tagging\AsynchronousTaggerTests.cs (3)
63WpfTestRunner.RequireWpfFact($"{nameof(AsynchronousTaggerTests)}.{nameof(LargeNumberOfSpans)} creates asynchronous taggers"); 96WpfTestRunner.RequireWpfFact($"{nameof(AsynchronousTaggerTests)}.{nameof(TestNotSynchronousOutlining)} creates asynchronous taggers"); 122WpfTestRunner.RequireWpfFact($"{nameof(AsynchronousTaggerTests)}.{nameof(TestSynchronousOutlining)} creates asynchronous taggers");
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
InlineHints\AbstractInlineHintsTests.vb (2)
20WpfTestRunner.RequireWpfFact($"{NameOf(AbstractInlineHintsTests)}.{NameOf(Me.VerifyParamHints)} creates asynchronous taggers") 77WpfTestRunner.RequireWpfFact($"{NameOf(AbstractInlineHintsTests)}.{NameOf(Me.VerifyTypeHints)} creates asynchronous taggers")
KeywordHighlighting\AbstractKeywordHighlightingTests.vb (1)
34WpfTestRunner.RequireWpfFact($"{NameOf(AbstractKeywordHighlightingTests)}.{NameOf(Me.VerifyHighlightsAsync)} creates asynchronous taggers")
ReferenceHighlighting\AbstractReferenceHighlightingTests.vb (1)
28WpfTestRunner.RequireWpfFact($"{NameOf(AbstractReferenceHighlightingTests)}.{NameOf(Me.VerifyHighlightsAsync)} creates asynchronous taggers")
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
BraceMatching\BraceHighlightingTests.vb (1)
28WpfTestRunner.RequireWpfFact($"{NameOf(BraceHighlightingTests)}.{NameOf(Me.ProduceTagsAsync)} creates asynchronous taggers")
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
CodeModel\AbstractFileCodeElementTests.cs (1)
65WpfTestRunner.RequireWpfFact($"Tests create {nameof(CodeElement)}s which use the affinitized {nameof(CleanableWeakComHandleTable<SyntaxNodeKey, CodeElement>)}");
Options\OptionViewModelTests.cs (1)
48WpfTestRunner.RequireWpfFact("Tests create WPF ViewModels and updates previews with them");
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\CodeModelTestHelpers.vb (1)
151WpfTestRunner.RequireWpfFact($"{NameOf(GetCodeElementAtCursor)} creates {NameOf(EnvDTE.CodeElement)}s and thus uses the affinited {NameOf(CleanableWeakComHandleTable(Of SyntaxNodeKey, EnvDTE.CodeElement))}")
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\AbstractFileCodeModelTests.vb (1)
14WpfTestRunner.RequireWpfFact($"Test calls {NameOf(Me.TestOperation)} which means we're creating new {NameOf(EnvDTE.CodeModel)} elements.")
CodeModel\VisualBasic\FileCodeModelTests.vb (2)
220WpfTestRunner.RequireWpfFact($"Test calls {NameOf(Me.TestAddAttributeWithBatchModeAsync)} which means we're creating new {NameOf(EnvDTE.CodeModel)} elements.") 947WpfTestRunner.RequireWpfFact($"Test requires {NameOf(EnvDTE80.FileCodeModel2)}.{NameOf(EnvDTE80.FileCodeModel2.EndBatch)}")
GoToDefinition\GoToDefinitionApiTests.vb (1)
46WpfTestRunner.RequireWpfFact($"{NameOf(GoToDefinitionHelpers)}.{NameOf(GoToDefinitionHelpers.GetDefinitionLocationAsync)} assumes it's on the UI thread with a {NameOf(TaskExtensions.WaitAndGetResult)} call")
Preview\PreviewChangesTests.vb (2)
151WpfTestRunner.RequireWpfFact($"Test explicitly creates an {NameOf(IWpfTextView)}") 217WpfTestRunner.RequireWpfFact($"Test explicitly creates an {NameOf(IWpfTextView)}")