Releases: artsok/rerunner-jupiter
Releases · artsok/rerunner-jupiter
bug fixes
2.1.4
use total repeat param in one way with both annotations
- The behavior of repeat param is the same at two annotations (@ParameterizedRepeatedIfExceptionsTest, @RepeatedIfExceptionsTest);
- Changed packages;
- Fix display pattern bugs;
2.1.1
added suspend option
It matters when you get some infrastructure problems and you want to run your tests through timeout.
Set break to 5 seconds. If exception appeared for any arguments, repeating extension would runs tests with a break. If one result failed and other passed, does not matter we would wait 5 seconds through.
See examples with suspend option.
2.0.1: Merge pull request #23 from artsok/fix-readme
fix errors from javadoc-maven-plugin
ParameterizedRepeatedIfExceptionsTest
Support ParameterizedRepeatedIfExceptionsTest (first version)
1.1.6
1.1.5
1.1.4: Merge pull request #18 from artsok/fix-16
fix issues 16