@Override
 protected void setUp() throws Exception {
   super.setUp();
   services = new Services();
   services.init();
   cleanUpDBTables();
   LocalOozie.start();
 }
Exemplo n.º 2
0
 @Override
 protected void setUp() throws Exception {
   Class c = ActionStartCommand.class;
   super.setUp();
   LocalOozie.start();
 }