On Tue, Jan 15, 2002 at 06:13:29PM -0500, Tavin Cole wrote: < > > > If it keeps the classes from building with standard Junit then it > > definitely should go - I never intended any imports from outside the > > junit.framework package. If you want convenience just do: > > > > alias jtest="java junit.xrunners.SimpleTestRunner" > > Apparently, all that is needed is to rename junit.xrunners.SimpleTestRunner > to junit.textui.TestRunner (which can only run one test at a time).
To not create problems for Junit, I don't want to give identical names to any classes unless they really are identical. Just get off this man, why do you need to add main methods like that to begin with? -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
