Esempio n. 1
0
 public SystemUnderTest WithAnnouncedServer(string serverId)
 {
     Monitor.AnnounceServer(serverId);
     return(this);
 }