|
|
@ -109,6 +109,11 @@ namespace NzbDrone.Test.Common.AutoMoq
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (serviceType == typeof(System.Text.Json.Serialization.JsonConverter))
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// get the Mock object for the abstract class or interface
|
|
|
|
// get the Mock object for the abstract class or interface
|
|
|
|
if (serviceType.IsInterface || serviceType.IsAbstract)
|
|
|
|
if (serviceType.IsInterface || serviceType.IsAbstract)
|
|
|
|
{
|
|
|
|
{
|
|
|
|