@SpecVersion(spec="JSR 385",
version="2.0.0")
public class UnitFormatTest
extends Object
| Constructor and Description |
|---|
UnitFormatTest() |
| Modifier and Type | Method and 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.3",
id="43-A1")
public void testEnsureGotUnitFormat()
@SpecAssertion(section="4.3",
id="43-A2")
public void testUnitFormatFormat()
@SpecAssertion(section="4.3",
id="43-A3")
public void testUnitFormatFormatAppendable()
@SpecAssertion(section="4.3",
id="43-A4")
public void testUnitFormatFormatIsLocalSensitive()
@SpecAssertion(section="4.3",
id="43-A5")
public void testUnitFormatLabel()
@SpecAssertion(section="4.3",
id="43-A6")
public void testUnitFormatParse()
Copyright © 2005–2018 Units of Measurement project. All rights reserved.