From: Ted Yu <yuz...@gm...> - 2010-02-23 23:00:50
|
Hi, I am using junit-3.8.2.jar In oozie, I see the following: public abstract class XTestCase extends TestCase { public abstract class XFsTestCase extends XTestCase { public abstract class HadoopActionExecutorTestCase extends XFsTestCase { But JUnit complains: [junit] No tests found in org.apache.oozie.dag.action. hadoop.HadoopActionExecutorTestCase How can I get over this error ? Thanks |