The content of this page has not been vetted since shifting away from MediaWiki. If you’d like to help, check out the how to help guide!
There are a substantial number of unit tests to exercise ImageJ functionality. You can find them in the ImageJ repository in the tests
directory.
Running the tests
If you wish to run the unit tests manually, you can do so from the command line:
git clone https://github.com/imagej/ImageJ
cd ImageJ
mvn test
Or from Eclipse:
- Import the
ImageJ
project using File › Import Existing Maven Projects and choosing theImageJ/pom.xml
file. - Right-click the
ImageJ
project, Run As › JUnit Test.