@Test(groups = {"needConfig"})
 public void testRun() throws Exception {
   oz.run();
 }
 @Test(groups = {"needConfig"})
 public void testTransform() throws Exception {
   oz.transform();
 }
 @Test(groups = {"needConfig"})
 public void testLoad() throws Exception {
   oz.load();
 }
 @Test(groups = {"needConfig"})
 public void testExtract() throws Exception {
   oz.extract();
 }