This library provides a suite of utilities commonly used in SciJava projects. For Maven projects, this library can be used by adding to your pom.xml:
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-test-utils</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>