예제 #1
0
 // const string ADMIN_NAME = "mngr";
 // const string ADMIN_PSWD = "mngrPswd";
 public ClientTest(TestsLogger testsLogger, BridgeForumGenerator bridge)
 {
     this.bridge = bridge;
     this.testsLogger = testsLogger;
     this.bridge.reset();
 }
 // constructor
 public TestForumGenerator(ForumGenerator forumGen, string outFile)
 {
     this.bridge = new RealForumGeneratorImpl(forumGen);
     this.testsLogger = new TestsLogger(outFile);
     this.mode = REAL;
 }