imagej / imagej-legacy

ImageJ+ImageJ2 compatibility layer
https://imagej.net/libs/imagej-legacy
BSD 2-Clause "Simplified" License
16 stars 25 forks source link

Improve tests #257

Closed imagejan closed 3 years ago

imagejan commented 3 years ago

Note that the usage of assumeTrue(!GraphicsEnvironment.isHeadless()); in SwitchToModernTest, RoiManagerPreprocessorTest and ShutdownTest is unchanged, as this will lead to those tests being ignored when run in headless mode (i.e. on Travis CI).