3031323334353637
protected void setUp() throws Exception { super.setUp(); root = loadAndCodegen(getClass()); // need to initialise the database as well helper = new DatabaseCodegenHelper(this, this); helper.initialiseDatabase(); }