java.lang.Object
tech.units.tck.tests.format.UnitFormatTest
Tests for UnitFormat
- Since:
- 1.0
- Version:
- 2.3, October 4, 2023
- Author:
- Werner Keil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsure at least one UnitFormat implementation is available/registered.voidEnsure the format() operation is implemented.voidEnsure the appendable format() operation is implemented.voidEnsure the isLocaleSensitive() method is implemented.voidEnsure the label() operation is implemented.voidEnsure the parse() operation is implemented.
-
Constructor Details
-
UnitFormatTest
public UnitFormatTest()
-
-
Method Details
-
testEnsureGotUnitFormat
Ensure at least one UnitFormat implementation is available/registered. -
testUnitFormatFormat
Ensure the format() operation is implemented. -
testUnitFormatFormatAppendable
Ensure the appendable format() operation is implemented. -
testUnitFormatFormatIsLocalSensitive
Ensure the isLocaleSensitive() method is implemented. -
testUnitFormatLabel
Ensure the label() operation is implemented. -
testUnitFormatParse
Ensure the parse() operation is implemented.
-