Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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>