@SpecVersion(spec="JSR 385", version="2.0.0") public class SystemOfUnitsTest extends Object
Constructor | Description |
---|---|
SystemOfUnitsTest() |
Modifier and Type | Method | 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 |
testSystemOfUnitsGetUnitForString() |
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 testSystemOfUnitsGetUnitForString()
@SpecAssertion(section="5.2", id="52-A5") public void testSystemOfUnitsGetUnits()
@SpecAssertion(section="5.2", id="52-A6") public void testSystemOfUnitsGetUnitsForDimension()
Copyright © 2005–2019 Units of Measurement project. All rights reserved.