public TestProcessAgent(Node.NodeApp app, string name, string path, int nodePort) { DTProcessFile = "Beetle.DTProcess.exe"; NodePort = nodePort; Path = path; App = app; Name = name; Started = false; this.Folder = new DTCore.Folder(Path); }
public TestProcessAgentManager(Node.NodeApp app) { Path = AppDomain.CurrentDomain.BaseDirectory + @"UnitTest" + System.IO.Path.DirectorySeparatorChar; App = app; }