5 references to TestExtractInterfaceOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
ExtractInterface\AbstractExtractInterfaceTests.cs (5)
115
Assert.Equal(1, testState.
TestExtractInterfaceOptionsService
.AllExtractableMembers.Count());
116
Assert.Equal(expectedMemberName, testState.
TestExtractInterfaceOptionsService
.AllExtractableMembers.Single().Name);
121
Assert.Equal(expectedInterfaceName, testState.
TestExtractInterfaceOptionsService
.DefaultInterfaceName);
126
Assert.Equal(expectedNamespaceName, testState.
TestExtractInterfaceOptionsService
.DefaultNamespace);
131
Assert.Equal(expectedTypeParameterSuffix, testState.
TestExtractInterfaceOptionsService
.GeneratedNameTypeParameterSuffix);