Interface GlobalEquivalenceClasses

  • All Superinterfaces:
    BasicAssessment

    public interface GlobalEquivalenceClasses
    extends BasicAssessment
    For further information, please refer to the User Guide, section Global Equivalence classes Assesslet.
    • Field Detail

      • FAIL_IF_VALUES_OUTSIDE_ANY

        static final java.lang.String FAIL_IF_VALUES_OUTSIDE_ANY
        Property whether report as Failed if there are values outside any equivalence class.
        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 Global Equivalence Classes Assesslet. Each row checks if all executed test cases use values from any given equivalence class. This list is represented by the table 'Equivalence class evaluations' 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