2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

Welcome to Apache Onami-Test!

Apache Onami-Test is a small java library for JUnit that minimizes the boilerplate code in your unit test relying on Google Guice to inject directly into your test cases all the required dependecies. Moreover it makes easier creating and injecting Mock and Stubs for your test cases and inject them into your bussiness-logic classes.

Before Coding...

To set up your project, configure in your pom.xml the dependency:

<dependencies>
  ...
  <dependency>
    <groupId>org.apache.onami</groupId>
    <artifactId>org.apache.onami.test</artifactId>
    <version>1.4.0-incubating</version>
  </dependency>
  ...
</dependencies>