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