Esempio n. 1
0
 public void MyTestCleanup()
 {
     target.Stop();
     target = null;
 }
Esempio n. 2
0
 public void MyTestInitialize()
 {
     target = new PeerRegistrationService();
 }