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
Many tests are logically separate tests, and if the first one in the test method fails, then the subsequent (logical) tests are never executed until the first one is fixed, meaning you won't know if those also have problems until possibly much later...
I started doing this in #14 but realized it should be done as a separate commit, or commits...
The text was updated successfully, but these errors were encountered:
* Finish splitting out logical tests that are combined in test methods
into separate test methods in RetryerTest and RetryerBuilderTest
* There is a lot of repetitive RetryerException assertion code, which
I will deal with later, maybe using an AssertJ-style fluent style
Closes#15
* Finish splitting out logical tests that are combined in test methods
into separate test methods in RetryerTest and RetryerBuilderTest
* There is a lot of repetitive RetryerException assertion code, which
I will deal with later, maybe using an AssertJ-style fluent style
Closes#15
Many tests are logically separate tests, and if the first one in the test method fails, then the subsequent (logical) tests are never executed until the first one is fixed, meaning you won't know if those also have problems until possibly much later...
I started doing this in #14 but realized it should be done as a separate commit, or commits...
The text was updated successfully, but these errors were encountered: