63646566676869
} @After public void afterMethod() { teardown(); new HiveDestructor().destroy(hive); }
46474849505152
private static final String selectProductByName = "SELECT * FROM products WHERE name = ?"; public void setup() { // we create a new one! new HiveDestructor().destroy(getHive()); }