mirror of https://github.com/winsw/winsw
ExtensionTestBase should provide public methods within the test class
parent
8cd58531f6
commit
5637c406aa
|
@ -15,7 +15,7 @@ namespace winswTests.Extensions
|
|||
/// </summary>
|
||||
/// <param name="type">Type of the extension</param>
|
||||
/// <returns>String for Type locator, which includes class and assembly names</returns>
|
||||
protected static String getExtensionClassNameWithAssembly(Type type)
|
||||
public static String getExtensionClassNameWithAssembly(Type type)
|
||||
{
|
||||
return type.ToString() + ", " + type.Assembly;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue