https://issues.apache.org/bugzilla/show_bug.cgi?id=55697

--- Comment #3 from Greg Briggs <[email protected]> ---
I would propose that the existing JUnit functionality be used to enumerate the
tests. We should not be duplicating logic about test case discovery in Ant. The
JUnit 4 Runner interface includes a method "testCount()" which returns the
number of tests to be run. Ant could instantiate the Runners to see how many
test cases exist, and simply not call run() as it usually would have. This
covers the Parameterized test use case as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to