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