Interface EquivalenceClasses

  • All Superinterfaces:
    BasicAssessment

    public interface EquivalenceClasses
    extends BasicAssessment
    For further information, please refer to the User Guide, Equivalence Classes Assesslet.
    • Field Detail

      • FAIL_ON_MISS

        @Deprecated
        static final java.lang.String FAIL_ON_MISS
        Deprecated.
        Please use FAIL_IF_VALUES_OUTSIDE_ANY instead. This constant may be removed in a future release.
        Property whether this assesslet fails if the signal values are outside of any equivalence class specified for that signal.
        See Also:
        Constant Field Values
      • FAIL_IF_VALUES_OUTSIDE_ANY

        static final java.lang.String FAIL_IF_VALUES_OUTSIDE_ANY
        Property whether this assesslet fails if the signal values are outside of any equivalence class specified for that signal.
        See Also:
        Constant Field Values
      • REPORT_UNASSIGNED_COVERED_ECS

        static final java.lang.String REPORT_UNASSIGNED_COVERED_ECS
        Property whether unassigned equivalence classes that have been covered should be reported (display equivalence classes in the test report that are not defined as mandatory and were hit).
        See Also:
        Constant Field Values
      • REPORT_UNASSIGNED_NON_COVERED_ECS

        static final java.lang.String REPORT_UNASSIGNED_NON_COVERED_ECS
        Property whether unassigned equivalence classes that have not been covered should be reported (display equivalence classes in the test report that are not defined as forbidden and were not hit).
        See Also:
        Constant Field Values
      • REPORT_IN_OVERVIEW

        static final java.lang.String REPORT_IN_OVERVIEW
        Property whether the equivalence class information should also be reported in the overview.
        See Also:
        Constant Field Values
      • ROW_SPECIFICATIONS

        static final java.lang.String ROW_SPECIFICATIONS
        Property for the list of rows of the Equivalence Classes Assesslet. Each row checks how many test cases use values from any given equivalence class. This list is represented by the table in the GUI.
        See Also:
        Constant Field Values
      • ROW_ENABLED

        static final java.lang.String ROW_ENABLED
        Property whether this row is enabled. Only enabled rows will be considered during execution.
        See Also:
        Constant Field Values
      • ROW_VARIABLE

        static final java.lang.String ROW_VARIABLE
        Property for the signal name that shall be evaluated for a row.
        See Also:
        Constant Field Values
      • ROW_MANDATORY

        static final java.lang.String ROW_MANDATORY
        Property for the list of equivalence classes that shall be covered by the test cases for the signal.
        See Also:
        Constant Field Values
      • ROW_FORBIDDEN

        static final java.lang.String ROW_FORBIDDEN
        Property for the list of equivalence classes that shall be not covered by the test cases for the signal.
        See Also:
        Constant Field Values