java.lang.Object
tech.units.tck.tests.spi.SystemOfUnitsTest
Tests for SystemOfUnits
- Since:
- 1.0
- Version:
- 2.3, October 4, 2023
- Author:
- Werner Keil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsure at least one SystemOfUnits implementation exists.voidEnsure the getName() method is implemented.voidEnsure the getUnit() method is implemented.voidEnsure the getUnit() method is implemented.voidEnsure the getUnits() method is implemented.voidEnsure the getUnits() method is implemented.
-
Constructor Details
-
SystemOfUnitsTest
public SystemOfUnitsTest()
-
-
Method Details
-
testEnsureGotSystemOfUnits
Ensure at least one SystemOfUnits implementation exists. -
testSystemOfUnitsGetName
Ensure the getName() method is implemented. -
testSystemOfUnitsGetUnit
Ensure the getUnit() method is implemented. -
testSystemOfUnitsGetUnitForString
Ensure the getUnit() method is implemented.- Since:
- 2.0
-
testSystemOfUnitsGetUnits
Ensure the getUnits() method is implemented. -
testSystemOfUnitsGetUnitsForDimension
Ensure the getUnits() method is implemented.
-