6 references to RequireWpfFact
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
BraceHighlighting\AbstractBraceHighlightingTests.cs (1)
37WpfTestRunner.RequireWpfFact($"{nameof(AbstractBraceHighlightingTests)}.{nameof(TestBraceHighlightingAsync)} creates asynchronous taggers");
Diagnostics\DiagnosticTaggerWrapper.cs (1)
62WpfTestRunner.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)}");
Workspaces\EditorTestHostDocument.cs (1)
118WpfTestRunner.RequireWpfFact($"Creates an {nameof(IWpfTextView)} through {nameof(TestHostDocument)}.{nameof(GetTextView)}");