| Surefire hack for running RemoteiTest class via maven. Not for use in IDEs
At some point Surefire decided it wasn't going to run anything that wasn't an
immediate subclass of TestCase, even if your parent's parent was TestCase or
your class was assignable to TestCase.
So this class is a dirty hack to get the RemoteiTest class to run with the build.
NOTE: use the iTest class in your IDE instead of this one.
See Also: RemoteiTest version: $Revision: 576056 $ $Date: 2007-09-16 00:14:42 -0700 $ |