This library provides a suite of utilities commonly used in ImageJ projects. For Maven projects, this library can be used by adding to your pom.xml:
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-testutil</artifactId>
<version>0-SNAPSHOT</version>
<scope>test</scope>
</dependency>