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