java.lang.Object
tech.units.tck.tests.unit.UnitInterfaceTest
Testing the Unit Interface
- Since:
- 1.0
- Version:
- 2.2, February 16, 2023
- Author:
- Werner Keil, Almas Shaikh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest that Unit implementations override equals.voidTest that Unit implementations contain getBaseUnitsvoidTest that Unit implementations contain gettersvoidTest that Unit implementations contain gettersvoidTest that Unit implementations contain gettersvoidTest that Unit implementations contain getSystemUnitvoidTest that Unit implementations override hashCode.voidTest that Unit implementations implement isEquivalentTo.voidTest that Unit implementations override toString.voidEnsure the alternate() operation is implemented.voidEnsure the shift(Number) operation is implemented.voidEnsure the divide(Unit) operation is implemented.voidEnsure the divide(double) operation is implemented.voidEnsure the divide(Number) operation is implemented.voidEnsure the multiply() operation is implemented.voidEnsure the multiply(double) operation is implemented.voidEnsure the multiply(Number) operation is implemented.voidEnsure the prefix() operation is implemented.voidEnsure the shift() operation is implemented.voidEnsure the pow() operation is implemented.voidEnsure the root() operation is implemented.voidEnsure the transform() operation is implemented.voidEnsure the inverse() operation is implemented.voidEnsure the isCompatible() operation is implemented.voidEnsure the asType() operation is implemented.voidEnsure the getConverterTo() operation is implemented.voidEnsure the getConverterToAny() operation is implemented.
-
Constructor Details
-
UnitInterfaceTest
public UnitInterfaceTest()
-
-
Method Details
-
testEquals
Test that Unit implementations override equals. -
testGetDimension
Test that Unit implementations contain getters -
testGetSystemUnit
Test that Unit implementations contain getSystemUnit -
testGetBaseUnits
Test that Unit implementations contain getBaseUnits -
testGetName
Test that Unit implementations contain getters -
testGetSymbol
Test that Unit implementations contain getters -
testHashcode
Test that Unit implementations override hashCode. -
testIsEquivalentTo
Test that Unit implementations implement isEquivalentTo. -
testToString
Test that Unit implementations override toString. -
testUnit42121A1_Alternate
Ensure the alternate() operation is implemented. -
testUnit42121A2_Divide
Ensure the divide(Unit) operation is implemented. -
testUnit42121A3_DivideByDouble
Ensure the divide(double) operation is implemented. -
testUnit42121A4_DivideByNumber
Ensure the divide(Number) operation is implemented. -
testUnit42121A5_Multiply
Ensure the multiply() operation is implemented. -
testUnit42121A6_MultiplyByDouble
Ensure the multiply(double) operation is implemented. -
testUnit42121A7_MultiplyByNumber
Ensure the multiply(Number) operation is implemented. -
testUnit42121A8_Prefix
Ensure the prefix() operation is implemented.- Since:
- 2.0
-
testUnit42121A9_ShiftByDouble
Ensure the shift() operation is implemented. -
testUnit42121A10_ShiftByNumber
Ensure the shift(Number) operation is implemented. -
testUnit42122Pow
Ensure the pow() operation is implemented. -
testUnit42122Root
Ensure the root() operation is implemented. -
testUnit42122Transform
Ensure the transform() operation is implemented. -
testUnit42123Inverse
Ensure the inverse() operation is implemented. -
testUnit4221IsCompatible
Ensure the isCompatible() operation is implemented. -
testUnit4222AsType
Ensure the asType() operation is implemented. -
testUnit4223GetConverterTo
Ensure the getConverterTo() operation is implemented. -
testUnit4224GetConverterToAny
Ensure the getConverterToAny() operation is implemented.
-