You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other changes:
* Split a few tests apart that were really separate tests
* Replaced a few try/catch/fail in tests with AssertJ constructs
like assertThatThrownBy and catchThrowable combined with KiwiAssertJ
from kiwi-test (which I added as a test scope dependency
* Converted repetitive code in tests to use @ParameterizedTest instead
so that the test code is the same, and the @XxxSource for the test
describes the test data and expected results, which is the only real
difference
* RetryerTest was somehow still formatted with 2-space indent, so I
fixed that too
Closes#6
Other changes:
* Split a few tests apart that were really separate tests
* Replaced a few try/catch/fail in tests with AssertJ constructs
like assertThatThrownBy and catchThrowable combined with KiwiAssertJ
from kiwi-test (which I added as a test scope dependency
* Converted repetitive code in tests to use @ParameterizedTest instead
so that the test code is the same, and the @XxxSource for the test
describes the test data and expected results, which is the only real
difference
* RetryerTest was somehow still formatted with 2-space indent, so I
fixed that too
Closes#6
No description provided.
The text was updated successfully, but these errors were encountered: