Exemplo n.º 1
0
        public void Setup()
        {
            RemoteTest1Client tc = null;
            RemoteTest1Server ts = null;

            testServer = new ImplTest1Server(tc);
            testClient = new ImplTest1Client(ts);
        }
Exemplo n.º 2
0
 public void SetUp()
 {
     this.myMainTestClient = new ImplTest1Client(null);
 }