Package org.anchoranalysis.test.image
Class ResolutionFixture
Object
ResolutionFixture
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
FieldsModifier and TypeFieldDescriptionstatic final Resolution
A 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.
-