Пример #1
0
 public Network.StopTestCase StopTest(string unitTest, params string[] nodes)
 {
     Network.StopTestCase stop = new Network.StopTestCase();
     stop.UnitTest = unitTest;
     stop.Nodes    = nodes;
     NetClient.Send(stop);
     return(stop);
 }
Пример #2
0
 public void OnStopTest(Network.StopTestCase e)
 {
     Process.TestProcessAgent agent = AgentManager.GetAgent(e.UnitTest);
     agent.TestCase = null;
     agent.Stop();
 }
Пример #3
0
 public void StopTest(Network.StopTestCase e)
 {
     Session.Send(e);
 }