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>
|
/// </summary>
|
||||||
/// <param name="type">Type of the extension</param>
|
/// <param name="type">Type of the extension</param>
|
||||||
/// <returns>String for Type locator, which includes class and assembly names</returns>
|
/// <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;
|
return type.ToString() + ", " + type.Assembly;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue