@SpecVersion(spec="JSR 385",
version="2.0.0")
public class SystemOfUnitsTest
extends Object
| Constructor and Description |
|---|
SystemOfUnitsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testEnsureGotSystemOfUnits()
Ensure at least one SystemOfUnits implementation exists.
|
void |
testSystemOfUnitsGetName()
Ensure the getName() method is implemented.
|
void |
testSystemOfUnitsGetUnit()
Ensure the getUnit() method is implemented.
|
void |
testSystemOfUnitsGetUnits()
Ensure the getUnits() method is implemented.
|
void |
testSystemOfUnitsGetUnitsForDimension()
Ensure the getUnits() method is implemented.
|
public SystemOfUnitsTest()
@SpecAssertion(section="5.2",
id="52-A1")
public void testEnsureGotSystemOfUnits()
@SpecAssertion(section="5.2",
id="52-A2")
public void testSystemOfUnitsGetName()
@SpecAssertion(section="5.2",
id="52-A3")
public void testSystemOfUnitsGetUnit()
@SpecAssertion(section="5.2",
id="52-A4")
public void testSystemOfUnitsGetUnits()
@SpecAssertion(section="5.2",
id="52-A5")
public void testSystemOfUnitsGetUnitsForDimension()
Copyright © 2005–2018 Units of Measurement project. All rights reserved.