junit 5 api or rather 4.13?
Scott Morgan <[email protected]> Mon, 10 Mar 2014 12:23:59 -0500
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CANEdHmjZAwYt2bF0NTwimRHagQgyD_ytQVF9iO63bj4akDrd8A@mail.gmail.com> |
Hi Again All, After yet more work, I think my suggestions should go into the junit 4.13+ version of junit. I am thinking that the entire Result class should be reworked for junit 5 and that JUnitCore.runClasses should actually return a class called Results (note the s for plural) So the basic idea would be that; Result would correspond to a single @Test method ClassResults would be a List of Result instances for a TestClass Results would contain a List of ClassResults instances for a invocation of JUnitCore.runClasses