Page history Edit this page How do I edit this website?
Original MediaWiki page
This page describes content relating to the original version of ImageJ. Click the logo for details.

Unit tests for ImageJ

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:

  1. Import the ImageJ project using FileImport Existing Maven Projects and choosing the ImageJ/pom.xml file.
  2. Right-click the ImageJ project, Run AsJUnit Test.