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()
-
-
-
Field Detail
-
CORE
public static final String CORE
- See Also:
- Constant Field Values
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
BASE_QUANTITY
public static final String BASE_QUANTITY
- See Also:
- Constant Field Values
-
DERIVED_QUANTITY
public static final String DERIVED_QUANTITY
- See Also:
- Constant Field Values
-
SPI
public static final String SPI
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TestGroups
public TestGroups()
-
-