/// <summary> /// Stops the test service. /// </summary> private static void StopService() { if (isServiceRunning) { serviceWrapper.StopService(); isServiceRunning = false; } }
public void TestCleanup() { TestServiceWrapper.StopService(); }
public void Dispose() { TestServiceWrapper.StopService(); }