Ejemplo n.º 1
0
 @Test(groups = {"needConfig"})
 public void testRun() throws Exception {
   oz.run();
 }
Ejemplo n.º 2
0
 @Test(groups = {"needConfig"})
 public void testTransform() throws Exception {
   oz.transform();
 }
Ejemplo n.º 3
0
 @Test(groups = {"needConfig"})
 public void testLoad() throws Exception {
   oz.load();
 }
Ejemplo n.º 4
0
 @Test(groups = {"needConfig"})
 public void testExtract() throws Exception {
   oz.extract();
 }