Miroslav Pokorny
Miroslav Pokorny
Another use case is a test might be flakey in frequently, and one might want to just retry or re-run the failed and then everything else, as per numerous junit...
Can i make a suggestion that along with an `@MagicAnnotation` on the actual enum to opt in, a txt file holding fq class names of enums is also supported. This...
Theres a much simpler way to white or blacklist dates, using a Predicate. The Predicate can then have any logic it wishes to allow or disallow any date based on...
Just a quick guess but you appear to be using an unsupported version of java, perhaps you are using something old. I would suggest you try newer JDKs.