Uses of Class
org.anchoranalysis.test.TestLoader
Packages that use TestLoader
Package
Description
Testing utilities and fixtures with no greater downstream dependency than anchor-core.
Launches an anchor binary from a shell and runs an experiment.
Testing utilities and fixtures with no greater downstream dependency than
anchor-image-feature or anchor-mpp.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
Utilities for testing-related reading and writing to the filesystem.
Fixtures for creating object-masks.
Fixtures for testing
StackWriter
and
related classes.-
Uses of TestLoader in org.anchoranalysis.test
Methods in org.anchoranalysis.test that return TestLoaderModifier and TypeMethodDescriptionTestLoader.createForSubdirectory
(String subdirectory) Creates a new test-loader for a subdirectory of the current test.static TestLoader
TestLoader.createFromExplicitDirectory
(String rootDirectory) Creates a new test-data loader using an explicit file path as root.static TestLoader
TestLoader.createFromExplicitDirectory
(Path rootDirectory) Creates a new test-data loader using an explicit file path as root.static TestLoader
TestLoader.createFromMavenWorkingDirectory()
Creates a new test-data loader findingPATH_RESOURCES
using the Maven working directory.static TestLoader
TestLoader.createFromMavenWorkingDirectory
(String toAppendToDirectory) Creates a new test-data loader findingPATH_RESOURCES/PLUS_SOMETHING
using the Maven working directory. -
Uses of TestLoader in org.anchoranalysis.test.experiment.launcher
Methods in org.anchoranalysis.test.experiment.launcher that return TestLoaderModifier and TypeMethodDescriptionExperimentLauncherFromShell.runExperimentInTemporaryDirectory
(String testPathToExperiment, Path temporaryDirectory) Creates a temporary-folder, copies data all data from the associated test-loader, and runs an experimentExperimentLauncherFromShell.runExperimentInTemporaryDirectory
(String testPathToExperiment, Optional<String> testPathToInput, Optional<String> testPathToOutput, Path temporaryDirectory, String[] specificSubdirectories) Creates a temporary-folder, copies data all data from the associated test-loader, and runs an experimentConstructors in org.anchoranalysis.test.experiment.launcher with parameters of type TestLoaderModifierConstructorDescriptionCreate with a specific loader. -
Uses of TestLoader in org.anchoranalysis.test.feature.plugins
Methods in org.anchoranalysis.test.feature.plugins with parameters of type TestLoaderModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureList<T> FeaturesFromXMLFixture.createFeatureList
(String xmlPath, TestLoader loader) Creates a feature list from an XML file.static <T extends FeatureInput>
List<NamedBean<FeatureListProvider<T>>> FeaturesFromXMLFixture.createNamedFeatureProviders
(String xmlPath, TestLoader loader) Creates a list of named feature list providers from an XML file. -
Uses of TestLoader in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image that return TestLoaderModifier and TypeMethodDescriptionDualComparer.getLoader1()
The first loader.DualComparer.getLoader2()
The second loader.Methods in org.anchoranalysis.test.image with parameters of type TestLoaderModifier and TypeMethodDescriptionstatic 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.Constructors in org.anchoranalysis.test.image with parameters of type TestLoaderModifierConstructorDescriptionDualComparer
(TestLoader loader1, TestLoader loader2) Creates a new DualComparer instance. -
Uses of TestLoader in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return TestLoaderModifier and TypeMethodDescriptionTestLoaderImage.getLoader()
Delegate loader (for non image-related loading)Constructors in org.anchoranalysis.test.image.io with parameters of type TestLoaderModifierConstructorDescriptionTestLoaderImage
(TestLoader loader) Constructs a TestLoaderImage with a given TestLoader.TestLoaderImage
(TestLoader loader, StackReader stackReader) Creates a newTestLoaderImage
instance. -
Uses of TestLoader in org.anchoranalysis.test.image.object
Constructors in org.anchoranalysis.test.image.object with parameters of type TestLoaderModifierConstructorDescriptionTestLoaderObjects
(TestLoader loader) Constructs a TestLoaderObjects with a given TestLoader. -
Uses of TestLoader in org.anchoranalysis.test.image.stackwriter
Methods in org.anchoranalysis.test.image.stackwriter that return TestLoaderModifier and TypeMethodDescriptionstatic TestLoader
SavedFiles.createLoader
(String extension) Creates a loader for reading from a particular set of saved-files in a directory in the resources.