root/TaskScheduler/TaskScheduler/Tasks.TestProject/ServiceUpTaskTest.cs
| 6 | 7 | ||
|---|---|---|---|
22 | /// <summary> | 22 | /// <summary> |
23 | ///A test for Run | 23 | ///A test for Run |
24 | ///</summary> | 24 | ///</summary> |
25 | [TestMethod] | 25 | [TestMethod] |
26 | public void ServiceUpTaskTest_RunTest() | 26 | public void ServiceUpTaskTest_RunTest() |
27 | { | 27 | { |
28 | var target = new ServiceUpTask {Active = true, Id = 1, Name = "UnitTestServiceUpTask", ServiceName = "Telnet"}; | 28 | var target = new ServiceUpTask {Active = true, Id = 1, Name = "UnitTestServiceUpTask", ServiceName = "Telnet"}; |
Download diff