Package tech.units.tck.tests.format
Class QuantityFormatTest
java.lang.Object
tech.units.tck.tests.format.QuantityFormatTest
@SpecVersion(spec="JSR 385", version="2.1.1") public class QuantityFormatTest extends Object
Tests for QuantityFormat
- Since:
- 2.0
- Version:
- 2.1, November 15, 2020
- Author:
- Werner Keil
-
Constructor Summary
Constructors Constructor Description QuantityFormatTest()
-
Method Summary
Modifier and Type Method Description void
testEnsureGotQuantityFormat()
Ensure at least one QuantityFormat implementation is available/registered.void
testQuantityFormatFormat()
Ensure the format() operation is implemented.void
testQuantityFormatFormatAppendable()
Ensure the appendable format() operation is implemented.void
testQuantityFormatFormatIsLocalSensitive()
Ensure the isLocaleSensitive() method is implemented.void
testQuantityFormatParse()
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.
-