Uses of Class
org.anchoranalysis.test.image.DualComparer
| Package | Description |
|---|---|
| org.anchoranalysis.test.image |
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
|
| org.anchoranalysis.test.image.stackwriter |
Fixtures for testing
StackWriter and
related classes. |
-
Uses of DualComparer in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image that return DualComparer Modifier and Type Method Description static DualComparerDualComparerFactory. compareExplicitDirectoryToTest(Path pathExplicit, String pathRelativeTestDir)Compares an explicit directory to a directory in Maven'stest/resources.static DualComparerDualComparerFactory. compareTemporaryDirectoryToTest(Path directory, Optional<String> relativeTemporaryDirectory, String relativeResourcesRoot)Compares a directory in a temporary-folder to a directory in Maven'stest/resources.static DualComparerDualComparerFactory. compareTwoSubdirectoriesInLoader(TestLoader loader, String subdirectory1, String subdirectory2)Compares two subdirectories within the sameTestLoader.static DualComparerDualComparerFactory. compareTwoSubdirectoriesInLoader(TestLoader loader1, String subdirectory1, TestLoader loader2, String subdirectory2)Compares two subdirectories from differentTestLoaders. -
Uses of DualComparer in org.anchoranalysis.test.image.stackwriter
Methods in org.anchoranalysis.test.image.stackwriter that return DualComparer Modifier and Type Method Description static DualComparerSavedFiles. createComparer(Path directory, String extension)Creates a comparer between a directory and saved-files in a directory in the resources.