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 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 DualComparerModifier and TypeMethodDescriptionstatic DualComparerSavedFiles.createComparer(Path directory, String extension) Creates a comparer between a directory and saved-files in a directory in the resources.