Ticket #30 (closed story: fixed)
Developers want to mark tests as @Ignored
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-M2 |
| Component: | Deployment | Version: | 3.0-M1 |
| Keywords: | iteration1 | Cc: |
Description
Currently there's no way to ignore a test other than changing the class or method names (cf. JUnit 3.8) Though this is annoying, the real problem is that one can forget to change it back. With the likes of JUnit4 and Testng one can add an @Ignore annotation to the class(?)/method and a warning will be output on testing.
This will require Java5 for testing even non-Java5 components.
Change History
Note: See
TracTickets for help on using
tickets.
