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