Esempio n. 1
0
 public static void Create_Using_PrivateProxyAndInternalService()
 {
     Assert.NotNull(TestType_PrivateProxy.Proxy <TestType_InternalInterfaceService>());
 }
Esempio n. 2
0
 public static void Create_Using_PrivateProxyAndInternalServiceWithExternalGenericArgument()
 {
     Assert.NotNull(TestType_PrivateProxy.Proxy <TestType_InternalInterfaceWithNonPublicExternalGenericArgument>());
 }
Esempio n. 3
0
 public static void Create_Using_PrivateProxy()
 {
     Assert.NotNull(TestType_PrivateProxy.Proxy <TestType_IHelloService>());
 }