@SpecVersion(spec="JSR 385", version="2.0.0") public class QuantityFormatTest extends Object
Constructor | Description |
---|---|
QuantityFormatTest() |
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.
|
public QuantityFormatTest()
@SpecAssertion(section="4.4", id="46-A1") public void testEnsureGotQuantityFormat()
@SpecAssertion(section="4.6", id="46-A2") public void testQuantityFormatFormat()
@SpecAssertion(section="4.6", id="46-A3") public void testQuantityFormatFormatAppendable()
@SpecAssertion(section="4.6", id="46-A4") public void testQuantityFormatFormatIsLocalSensitive()
@SpecAssertion(section="4.6", id="46-A5") public void testQuantityFormatParse()
Copyright © 2005–2019 Units of Measurement project. All rights reserved.