JavaHamcrest icon indicating copy to clipboard operation
JavaHamcrest copied to clipboard

Support a EventuallyMatcher

Open cppwfs opened this issue 7 years ago • 2 comments

The EventuallyMatcher is a matcher that will evaluate another matcher repeatedly until it matches, or fail after some number of attempts. This is useful when waiting for results from a resource that may take time to return a result.

cppwfs avatar May 11 '18 21:05 cppwfs

You might want to have a look at the concepts of checker and probe in https://github.com/jmock-developers/windowlicker, it sounds pretty similar

sf105 avatar Jun 01 '18 16:06 sf105

I would sugesst https://github.com/awaitility/awaitility for this.

panchenko avatar Nov 19 '19 17:11 panchenko