junit.contrib
junit.contrib copied to clipboard
A home for useful JUnit 4 extensions from the maintainers and community
Bumps [junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
At some places in the README the parenthesis were not balanced. So added those for removing those errors.
Did syntax correction.
Hi All, I would like to kindly ask you to review my set of proposed code changes in a new module called matchers in the junit.contrib. I have completed the...
I hit this error message when: https://github.com/junit-team/junit.contrib/blob/master/theories/src/main/java/org/junit/contrib/theories/Theories.java#L88 - my supplier class had `default` visibility instead of public - my supplier class had a declared no-args constructor Would it make sense...
We have support for ignoring specific test cases by providing Ignore annotation on the test methods. But it can be very helpful to add a single IgnoreOthers annotation on a...
I first want to thank you all for your contributions to JUnit, I had been racking my brain trying to have test dependencies in JUnit until I discovered your contributions....
I found that the assumptionSort method in Corollaries class skips over some methods resulting in a broken dependency tree for tests. Regarding the source code snippet for this method: private...