Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 373 Bytes

File metadata and controls

12 lines (10 loc) · 373 Bytes

SciJava Test Utilities: A set of shared test utilities

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>