5 references to TestExtractInterfaceOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
ExtractInterface\AbstractExtractInterfaceTests.cs (5)
111Assert.Equal(1, testState.TestExtractInterfaceOptionsService.AllExtractableMembers.Length); 112Assert.Equal(expectedMemberName, testState.TestExtractInterfaceOptionsService.AllExtractableMembers.Single().Name); 117Assert.Equal(expectedInterfaceName, testState.TestExtractInterfaceOptionsService.DefaultInterfaceName); 122Assert.Equal(expectedNamespaceName, testState.TestExtractInterfaceOptionsService.DefaultNamespace); 127Assert.Equal(expectedTypeParameterSuffix, testState.TestExtractInterfaceOptionsService.GeneratedNameTypeParameterSuffix);