diff --git a/src/Test/winswTests/Extensions/ExtensionTestBase.cs b/src/Test/winswTests/Extensions/ExtensionTestBase.cs index c7e8541..bd1543e 100644 --- a/src/Test/winswTests/Extensions/ExtensionTestBase.cs +++ b/src/Test/winswTests/Extensions/ExtensionTestBase.cs @@ -15,7 +15,7 @@ namespace winswTests.Extensions /// /// Type of the extension /// String for Type locator, which includes class and assembly names - protected static String getExtensionClassNameWithAssembly(Type type) + public static String getExtensionClassNameWithAssembly(Type type) { return type.ToString() + ", " + type.Assembly; }