: Is there a way to invoke an ant test indicating the testcase _and_ the
: testmethod to be called?
not as far as i know ... in the JUnit model the entire class is "the test"
the individual test* methods are just various things you want to check in
that test (i've even seen people argue that a single test* method should
never have more then one assert*() call) so they don't really go out of
there way to make it easy to only execute one of them.
-Hoss
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|