java.lang.Object
tech.units.tck.tests.format.QuantityFormatTest
Tests for QuantityFormat
- Since:
- 2.0
- Version:
- 2.3, October 4, 2023
- Author:
- Werner Keil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Ensure at least one QuantityFormat implementation is available/registered.void
Ensure the format() operation is implemented.void
Ensure the appendable format() operation is implemented.void
Ensure the isLocaleSensitive() method is implemented.void
Ensure the parse() operation is implemented.
-
Constructor Details
-
QuantityFormatTest
public QuantityFormatTest()
-
-
Method Details
-
testEnsureGotQuantityFormat
Ensure at least one QuantityFormat implementation is available/registered. -
testQuantityFormatFormat
Ensure the format() operation is implemented. -
testQuantityFormatFormatAppendable
Ensure the appendable format() operation is implemented. -
testQuantityFormatFormatIsLocalSensitive
Ensure the isLocaleSensitive() method is implemented. -
testQuantityFormatParse
Ensure the parse() operation is implemented.
-