Skip to content

Releases: artsok/rerunner-jupiter

bug fixes

16 Jan 20:59
2cbf668
Compare
Choose a tag to compare
Merge pull request #52 from artsok/fix-build-travis

changed version

2.1.4

29 Jun 09:24
dcc7456
Compare
Choose a tag to compare

Remove JUnit 4 compile dependency #43

use total repeat param in one way with both annotations

19 Jun 09:33
9add868
Compare
Choose a tag to compare
  • The behavior of repeat param is the same at two annotations (@ParameterizedRepeatedIfExceptionsTest, @RepeatedIfExceptionsTest);
  • Changed packages;
  • Fix display pattern bugs;

2.1.1

24 May 19:24
Compare
Choose a tag to compare
update version

added suspend option

24 May 19:17
6c4b349
Compare
Choose a tag to compare

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

04 May 11:27
bfeadea
Compare
Choose a tag to compare
fix errors from javadoc-maven-plugin

ParameterizedRepeatedIfExceptionsTest

04 May 11:13
25d0d5c
Compare
Choose a tag to compare

Support ParameterizedRepeatedIfExceptionsTest (first version)

1.1.6

22 Apr 22:48
Compare
Choose a tag to compare
change filter to exclude

1.1.5

22 Apr 20:57
Compare
Choose a tag to compare
remove sl4j and lombok

1.1.4: Merge pull request #18 from artsok/fix-16

22 Apr 20:45
eca80c8
Compare
Choose a tag to compare