1 instantiation of DocumentOutlineTestMocks
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTestsBase.cs (1)
104
var mocks = new
DocumentOutlineTestMocks
(languageServiceBrokerMock.Object, threadingContext, workspace, testLspServer);
4 references to DocumentOutlineTestMocks
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
DocumentOutline\DocumentOutlineTests.cs (2)
55
private async Task<(
DocumentOutlineTestMocks
mocks, DocumentSymbolDataModel model, ImmutableArray<DocumentSymbolUIItem> uiItems)> InitializeMocksAndDataModelAndUIItems(string testCode)
57
await using
var
mocks = await CreateMocksAsync(testCode);
DocumentOutline\DocumentOutlineTestsBase.cs (2)
80
protected async Task<
DocumentOutlineTestMocks
> CreateMocksAsync(string code)
104
var
mocks = new DocumentOutlineTestMocks(languageServiceBrokerMock.Object, threadingContext, workspace, testLspServer);