-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Roberto Trunfio edited this page Dec 29, 2016
·
9 revisions
The Cirneco-wiki contains examples on how to use the Cirneco extensions for unit testing in a Java project.
Cirneco has an extension for Hamcrest library. The extension is provided for JDK7 and JDK8 and provides new groups of matchers. The JDK8 extensions embeds also the matchers for JDK7. Aside, you can find a library for Google Guava.
See the page Hamcrest Extension for JDK7 and Hamcrest Extension for JDK8 for details on the how to use the extensions in your project. There are also Google Guava matchers.
Cirneco added an extension called Mockito Helpers that provides utility classes for testing with Mockito.