Ejemplo n.º 1
0
 public TestRemoteTest1DotCsharp()
 {
     svc  = new MyDeliveryService();
     test = new RemoteTest1(svc, vf);
 }
Ejemplo n.º 2
0
 public void SetUpAttribute()
 {
     svc  = new MyDeliveryService();
     test = new RemoteTest1(svc, vf);
 }
Ejemplo n.º 3
0
 public TestRemoteBase(MyDeliveryService svc, MyDefaultValueFactory vf) : base(svc, vf)
 {
     this.svc = svc;
 }