示例#1
0
 /// <summary>
 /// Stops the test service.
 /// </summary>
 private static void StopService()
 {
     if (isServiceRunning)
     {
         serviceWrapper.StopService();
         isServiceRunning = false;
     }
 }
示例#2
0
 public void TestCleanup()
 {
     TestServiceWrapper.StopService();
 }
示例#3
0
 public void Dispose()
 {
     TestServiceWrapper.StopService();
 }