rhuffman / re-retrying

A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
Apache License 2.0
35 stars 6 forks source link

StopAfterAttemptStrategy does not have an equals method #41

Open novalis opened 3 years ago

novalis commented 3 years ago

This would be nice for testing (e.g. to assert that the correct strategy has been chosen).

Thanks.