From: David S. <da...@sa...> - 2010-02-24 14:40:55
|
You can't execute methods on an abstract test case. Probably, you want to somehow exclude these classes from the set of classes you're running. Are you using ant? David On Tue, Feb 23, 2010 at 6:00 PM, Ted Yu <yuz...@gm...> wrote: > 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 > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Junit-devel mailing list > Jun...@li... > https://lists.sourceforge.net/lists/listinfo/junit-devel > > |