Feature #93
add resource collection support to junit plugin
| Status: | Closed | Start: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Jason Trump | % Done: | 100% |
|
| Category: | plugins | |||
| Target version: | easyant-0.8 | |||
| Votes: | 0 |
Description
JUnit plugin currently supports running tests from a fileset. This could be generalized to support any resource collection -- for example, tests from a jar file.
This is useful for running a standard set of tests against many different dependency settings. For example, you could run a jar of tests against multiple versions of a library to test compatibility.
Associated revisions
give junit plugin the ability to load test cases from anywhere on the test classpath, not just the test output directory (refs 93)
History
Updated by Jean-Louis Boudart 7 months ago
+1 on this
Updated by Jason Trump 3 months ago
- Assigned to changed from Jean-Louis Boudart to Jason Trump
- Target version changed from easyant-0.8 to easyant-0.9
moving to next release
Updated by Jason Trump 2 months ago
- Status changed from New to Resolved
- Target version changed from easyant-0.9 to easyant-0.8
- % Done changed from 0 to 100
committed to trunk for inclusion in 0.8.
this feature is off by default, but the user can now define the property test.scan.path=true, and the junit plugin will automatically include test cases found in jars on the classpath. There is also a similar feature for integration tests.
Updated by Jean-Louis Boudart 2 months ago
- Status changed from Resolved to Closed