Example #1
0
 public void SetupFixture()
 {
     _proxyType = GenProxy.GenerateProxyClass(
         typeof(Impl1),
         null,
         "Impl1_");
 }
Example #2
0
 public void SetupFixture()
 {
     _proxyType = GenProxy.GenerateProxyClass(
         typeof(Impl1),
         RT.seq(LazilyPersistentVector.createOwning(typeof(I2))),
         "Impl1_I2_sub_I1");
 }
Example #3
0
 public void SetupFixture()
 {
     _proxyType = GenProxy.GenerateProxyClass(
         typeof(TextWriter),
         null,
         "TextWriter1");
 }
Example #4
0
 public void SetupFixture()
 {
     _proxyType = GenProxy.GenerateProxyClass(
         typeof(object),
         null,
         "Object_");
 }