saynotobugsorg / confidence

A declarative Java Assertion Framework
Apache License 2.0
11 stars 1 forks source link

Quality to Hamcrest Matcher adapter #109

Closed dmfs closed 8 months ago

dmfs commented 1 year ago

At present we only have an adapter to use existing Hamcrest adapters in a Confidence test. Sometimes it may be useful to have an adapter for the other direction too, for instance when using frameworks that accept Hamcrest Matchers like Mockito and Awaitility.