public static enum TestGroups.Group extends Enum<TestGroups.Group>
TCKRunner) are:
core - used to include tests for the core elements of the
API. These tests are mandatory in every profile.format - formatting tests used to include elements in
javax.measure.format.base_quantity - tests to include base quantities in
javax.measure.quantity.derived_quantity - tests to include other quantities in
javax.measure.quantity.spi - tests to include SPI elements in
javax.measure.spi.| Enum Constant and Description |
|---|
base_quantity |
core |
derived_quantity |
format |
spi |
| Modifier and Type | Method and Description |
|---|---|
static TestGroups.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGroups.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGroups.Group core
public static final TestGroups.Group format
public static final TestGroups.Group base_quantity
public static final TestGroups.Group derived_quantity
public static final TestGroups.Group spi
public static TestGroups.Group[] values()
for (TestGroups.Group c : TestGroups.Group.values()) System.out.println(c);
public static TestGroups.Group valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2018 Units of Measurement project. All rights reserved.