5 instantiations of ItemExpectation
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
Completion\AbstractCompletionProviderTests.cs (5)
153var expectedResult = new ItemExpectation( 290return [new ItemExpectation(Name: null, IsAbsent: absent)]; 295return new ItemExpectation(name, false); 299return new ItemExpectation(name, true); 516var expectedResult = new ItemExpectation(
23 references to ItemExpectation
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (23)
Completion\AbstractCompletionProviderTests.cs (23)
130SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 153var expectedResult = new ItemExpectation( 171ItemExpectation[] expectedResults, 206foreach (var result in expectedResults) 285public static ItemExpectation[] None = CreateGeneralMatchingArray(true); 286public static ItemExpectation[] Any = CreateGeneralMatchingArray(false); 288private static ItemExpectation[] CreateGeneralMatchingArray(bool absent) 293public static ItemExpectation Exists(string name) 297public static ItemExpectation Absent(string name) 342ItemExpectation[] results, bool? hasSuggestionModeItem, 467markup, results: ItemExpectation.Any, sourceCodeKind, usePreviousCharAsTrigger: usePreviousCharAsTrigger, 477markup, results: ItemExpectation.None, sourceCodeKind, usePreviousCharAsTrigger: usePreviousCharAsTrigger, 482string markup, ItemExpectation[] results, 516var expectedResult = new ItemExpectation( 542ItemExpectation[] expectedResults, 576ItemExpectation[] expectedResults, 1069ItemExpectation[] expectedResults, 1082SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1092SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, string partialItem, 1152SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1171SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1181SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, 1231SourceCodeKind sourceCodeKind, ItemExpectation[] expectedResults, string partialItem,