Skip to content
Erik Jan de Wit edited this page Jan 16, 2014 · 2 revisions

How to install?

The testdata framework lives in the maven central repository so all you have to do is add this dependency:

  <dependency>
    <groupId>ch.nerdin</groupId>
    <artifactId>testdata-framework</artifactId>
    <version>0.10</version>
  </dependency>

And you are ready to go.

Clone this wiki locally