public static void Create_Using_PrivateProxyAndInternalService() { Assert.NotNull(TestType_PrivateProxy.Proxy <TestType_InternalInterfaceService>()); }
public static void Create_Using_PrivateProxyAndInternalServiceWithExternalGenericArgument() { Assert.NotNull(TestType_PrivateProxy.Proxy <TestType_InternalInterfaceWithNonPublicExternalGenericArgument>()); }
public static void Create_Using_PrivateProxy() { Assert.NotNull(TestType_PrivateProxy.Proxy <TestType_IHelloService>()); }