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 class
TestGroups.Profile
Profiles used in the JSR 385 TCK. -
Field Summary
Fields Modifier and Type Field Description static String
BASE_QUANTITY
static String
CORE
static String
DERIVED_QUANTITY
static String
FORMAT
static String
SPI
-
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()
-