5 instantiations of ItemExpectation
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
Completion\AbstractCompletionProviderTests.cs (5)
152var expectedResult = new ItemExpectation( 289return [new ItemExpectation(Name: null, IsAbsent: absent)]; 294return new ItemExpectation(name, false); 298return new ItemExpectation(name, true); 515var expectedResult = new ItemExpectation(
23 references to ItemExpectation
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (23)
Completion\AbstractCompletionProviderTests.cs (23)
129SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 152var expectedResult = new ItemExpectation( 170ItemExpectation[] expectedResults, 205foreach (var result in expectedResults) 284public static ItemExpectation[] None = CreateGeneralMatchingArray(true); 285public static ItemExpectation[] Any = CreateGeneralMatchingArray(false); 287private static ItemExpectation[] CreateGeneralMatchingArray(bool absent) 292public static ItemExpectation Exists(string name) 296public static ItemExpectation Absent(string name) 341ItemExpectation[] results, bool? hasSuggestionModeItem, 466markup, results: ItemExpectation.Any, sourceCodeKind, usePreviousCharAsTrigger: usePreviousCharAsTrigger, 476markup, results: ItemExpectation.None, sourceCodeKind, usePreviousCharAsTrigger: usePreviousCharAsTrigger, 481string markup, ItemExpectation[] results, 515var expectedResult = new ItemExpectation( 541ItemExpectation[] expectedResults, 575ItemExpectation[] expectedResults, 1063ItemExpectation[] expectedResults, 1076SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1086SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, string partialItem, 1146SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1165SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1175SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1225SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, string partialItem,