Package tech.units.tck.util
Class TestGroups
java.lang.Object
tech.units.tck.util.TestGroups
public final class TestGroups extends Object
TestNG groups and profiles used in the JSR 385 TCK.
- Since:
- 1.0
- Version:
- 2.3, November 15, 2020
- Author:
- Werner Keil, Thodoris Bais
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestGroups.ProfileProfiles used in the JSR 385 TCK. -
Field Summary
Fields Modifier and Type Field Description static StringBASE_QUANTITYstatic StringCOREstatic StringDERIVED_QUANTITYstatic StringFORMATstatic StringSPI -
Constructor Summary
Constructors Constructor Description TestGroups() -
Method Summary
-
Field Details
-
CORE
- See Also:
- Constant Field Values
-
FORMAT
- See Also:
- Constant Field Values
-
BASE_QUANTITY
- See Also:
- Constant Field Values
-
DERIVED_QUANTITY
- See Also:
- Constant Field Values
-
SPI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
TestGroups
public TestGroups()
-