All Classes
| Class | Description |
|---|---|
| BeanInstanceMapFixture |
Creates a
BeanInstanceMap with useful entries for testing, and associates it with bean
creation. |
| CarImageLoader |
Loads some images of a car.
|
| ChannelFixture |
Creates a
Channel to use in tests. |
| ChannelFixture.IntensityFunction |
Functional interface for creating intensity values for a given location.
|
| ChannelSpecification |
Specifies a type and number of channels in a stack.
|
| CircleObjectFixture |
Creates object-masks that are circles in different ways
|
| ComparisonPlan |
A plan on which comparisons to execute for a test.
|
| CSVComparer |
Compares two CSV files to determine if they are identical or not.
|
| CutOffCorners |
The bounding box is filled apart from cuboids cut out of the corners
|
| CutOffCornersObjectFixture |
Creates one or more objects that are otherwise rectangles with on values, but with corner
voxels as off.
|
| DualComparer |
Allows for comparison of objects that exist on different test loaders
|
| DualComparerFactory |
Factory for creating
DualComparer instances to compare directories. |
| EnergyStackFixture |
A fixture for creating
EnergyStack objects for testing purposes. |
| ExtensionAdder |
Utility class for adding file extensions to filenames.
|
| FourChannelStackTester |
Helper methods to test a
RasterWriter on stacks with between 1 and 4 channels. |
| IdentifierHelper |
Builds an identifier (a filename without extension) for a saved-raster corresponding to certain
properties.
|
| ImageComparer |
Base class for a method comparing two image files.
|
| InputOutputContextFixture |
A fixture for creating
InputOutputContext instances for testing purposes. |
| InstanceSegmentationTestBase |
Base class for testing implementations of
SegmentStackIntoObjectsPooled. |
| MaskFixture |
Creates two or three-dimensional
Masks for tests. |
| OutputterFixture |
Utility class for creating Outputter instances for testing purposes.
|
| PNGTestBase |
For testing all
StackWriters that create PNGs. |
| ResolutionFixture |
Provides a pre-created
Resolution instance for use in tests. |
| SavedFiles |
Access previously saved-files in resources.
|
| StackFixture |
Creates stacks of 1 or more channels using
ChannelFixture. |
| StackTester |
A utility class for testing stack writers by writing stacks and optionally comparing them.
|
| StackWriterTestBase |
Base class for testing various implementations of
StackWriter. |
| TestLoaderImage |
A test loader for image-related operations, providing methods to open and compare images and
object collections.
|
| TestLoaderObjects |
A utility class for loading and processing object masks in test scenarios.
|
| TiffTestBase |
For testing all
StackWriters that create TIFFs. |
| VoxelPattern |
Defines a pattern of voxels in a 3D space.
|
| WriteIntoDirectory |
Writes one or more stacks/objects/channels into a directory during testing.
|