Beispiel #1
0
 public static void initDb(TestContext context)
 {
     //num of rows to create for the dumptest to run
     //it will be deleted as the whle database at the end of the run
     //calling clearDb()
     BasicConfigurator.Configure();
     TestDbConnection.populateDb(40);
 }
Beispiel #2
0
 public static void clearDb()
 {
     TestDbConnection.clearDb();
 }
Beispiel #3
0
 public static void initDb(TestContext context)
 {
     TestDbConnection.populateDb(40);
     ConfigurationManager.getInstance();
 }