Hi all, I'm a relatively new infinitest user, and I think the tool is pretty useful.
I'm having a problem that stems from the fact that the version of hamcrest that my project uses is newer than the version used by infinitest. I'm happy to get my hands dirty and attempt to fix my issue, but I had some questions.
The 'Infintest Test Failure' is:
NoSuchMethodError (org.hamcrest.core.AllOf.allOf(Lorg/hamcrest/Matcher;Lorg/hamcrest/Matcher;)Lorg/hamcrest/Matcher;)
I assume that infinitest does not intend to require specific versions of libraries used by the tests. Is this assumption correct?
Having not (yet) looked at the internals on infintest, my guess is there are two potential solutions:
1 - Upgrade the version of Hamcrest used by infinitest
2 - Fix the bug or missing feature that's causing the test classpath pollution
I would love to hear the opinions of those of you experienced with this codebase before I go too deeply down the wrong path. Thanks in advance.
--
Matthew Jaskula