public SequentialAttackProxy(ITestController testController, CustomTestsFile testFile, ITrafficDataAccessor dataStore, string host = "127.0.0.1", int port = 9998) : base(testController, testFile, dataStore, host, port) { }
public Tester(ITestController testController, CustomTestsFile testFile) { _testController = testController; _testFile = testFile; _matchFiles = new Dictionary <string, IEnumerable <string> >(); }