Annotation Type EnableConflictDetection

    • Element Detail

      • shouldAbort

        boolean shouldAbort
        Should the test process be aborted if conflicts are detected
        Returns:
        true the test process will be aborted in the presence of conflicts false the test process will not be aborted
        Default:
        true
      • explainConflicts

        boolean explainConflicts
        Default:
        true
      • conflictExplanationAlgorithm

        Class<? extends ConflictExplainer> conflictExplanationAlgorithm
        Default:
        de.rwth.swc.coffee4j.algorithmic.conflict.explanation.QuickConflictExplainer.class
      • diagnoseConflicts

        boolean diagnoseConflicts
        Default:
        false
      • conflictDiagnosisAlgorithm

        Class<? extends ConflictDiagnostician> conflictDiagnosisAlgorithm
        Default:
        de.rwth.swc.coffee4j.algorithmic.conflict.diagnosis.ExhaustiveConflictDiagnostician.class