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); }
public static void clearDb() { TestDbConnection.clearDb(); }
public static void initDb(TestContext context) { TestDbConnection.populateDb(40); ConfigurationManager.getInstance(); }