public TestRemoteTest1DotCsharp() { svc = new MyDeliveryService(); test = new RemoteTest1(svc, vf); }
public void SetUpAttribute() { svc = new MyDeliveryService(); test = new RemoteTest1(svc, vf); }
public TestRemoteBase(MyDeliveryService svc, MyDefaultValueFactory vf) : base(svc, vf) { this.svc = svc; }