Enum TestGroups.Profile

  • All Implemented Interfaces:
    Serializable, Comparable<TestGroups.Profile>, java.lang.constant.Constable, tech.uom.lib.common.function.DescriptionSupplier
    Enclosing class:
    TestGroups

    public static enum TestGroups.Profile
    extends Enum<TestGroups.Profile>
    implements tech.uom.lib.common.function.DescriptionSupplier
    Profiles used in the JSR 385 TCK. Some of the most common profiles (used by TCKRunner) are:
    • MINIMAL - used to include tests for the core elements of the API. These tests are mandatory for every implementation.
    • FORMAT - formatting tests used to include tests for elements in javax.measure.format.
    • FULL - All tests in the JSR 385 TCK.
    Since:
    1.0
    Version:
    1.2
    Author:
    Werner Keil