Skip to content
Roberto Trunfio edited this page Dec 29, 2016 · 9 revisions

Cirneco-wiki

The Cirneco-wiki contains examples on how to use the Cirneco extensions for unit testing in a Java project.

Hamcrest extensions

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.

Mockito helpers

Cirneco added an extension called Mockito Helpers that provides utility classes for testing with Mockito.

Clone this wiki locally