Package org.anchoranalysis.test.image
Class ResolutionFixture
Object
org.anchoranalysis.test.image.ResolutionFixture
public class ResolutionFixture extends Object
Provides a pre-created
Resolution instance for use in tests.
This fixture class offers a consistent and readily available Resolution object, containing known values, and eliminating the need to create new instances in individual tests.
-
Field Summary
Fields Modifier and Type Field Description static ResolutionINSTANCEA pre-created Resolution instance for use in tests. -
Method Summary
-
Field Details
-
INSTANCE
A pre-created Resolution instance for use in tests. This instance has a resolution of 0.01 x 0.01 x 0.025.
-