@SpecVersion(spec="JSR 385", version="2.0.0") public class UnitFormatTest extends Object
Constructor | Description |
---|---|
UnitFormatTest() |
Modifier and Type | Method | Description |
---|---|---|
void |
testEnsureGotUnitFormat() |
Ensure at least one UnitFormat implementation
is available/registered.
|
void |
testUnitFormatFormat() |
Ensure the format() operation is implemented.
|
void |
testUnitFormatFormatAppendable() |
Ensure the appendable format() operation is implemented.
|
void |
testUnitFormatFormatIsLocalSensitive() |
Ensure the isLocaleSensitive() method is implemented.
|
void |
testUnitFormatLabel() |
Ensure the label() operation is implemented.
|
void |
testUnitFormatParse() |
Ensure the parse() operation is implemented.
|
public UnitFormatTest()
@SpecAssertion(section="4.5", id="45-A1") public void testEnsureGotUnitFormat()
@SpecAssertion(section="4.5", id="45-A2") public void testUnitFormatFormat()
@SpecAssertion(section="4.5", id="45-A3") public void testUnitFormatFormatAppendable()
@SpecAssertion(section="4.5", id="45-A4") public void testUnitFormatFormatIsLocalSensitive()
@SpecAssertion(section="4.5", id="45-A5") public void testUnitFormatLabel()
@SpecAssertion(section="4.5", id="45-A6") public void testUnitFormatParse()
Copyright © 2005–2019 Units of Measurement project. All rights reserved.