Class PathCoverageParseListener

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener

    public class PathCoverageParseListener
    extends org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
    Adds a PathCoverageExecutionListener to every transition.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parseIntermediateCatchEvent​(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)  
      void parseSequenceFlow​(org.camunda.bpm.engine.impl.util.xml.Element sequenceFlowElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement, org.camunda.bpm.engine.impl.pvm.process.TransitionImpl transition)  
      void setCoverageTestRunState​(CoverageTestRunState coverageTestRunState)  
      • Methods inherited from class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener

        parseBoundaryConditionalEventDefinition, parseBoundaryErrorEventDefinition, parseBoundaryEscalationEventDefinition, parseBoundaryEvent, parseBoundaryMessageEventDefinition, parseBoundarySignalEventDefinition, parseBoundaryTimerEventDefinition, parseBusinessRuleTask, parseCallActivity, parseCompensateEventDefinition, parseConditionalStartEventForEventSubprocess, parseEndEvent, parseEventBasedGateway, parseExclusiveGateway, parseInclusiveGateway, parseIntermediateConditionalEventDefinition, parseIntermediateMessageCatchEventDefinition, parseIntermediateSignalCatchEventDefinition, parseIntermediateThrowEvent, parseIntermediateTimerEventDefinition, parseManualTask, parseMultiInstanceLoopCharacteristics, parseParallelGateway, parseProcess, parseProperty, parseReceiveTask, parseRootElement, parseScriptTask, parseSendTask, parseServiceTask, parseStartEvent, parseSubProcess, parseTask, parseTransaction, parseUserTask
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathCoverageParseListener

        public PathCoverageParseListener()
    • Method Detail

      • parseSequenceFlow

        public void parseSequenceFlow​(org.camunda.bpm.engine.impl.util.xml.Element sequenceFlowElement,
                                      org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement,
                                      org.camunda.bpm.engine.impl.pvm.process.TransitionImpl transition)
        Specified by:
        parseSequenceFlow in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
        Overrides:
        parseSequenceFlow in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
      • parseIntermediateCatchEvent

        public void parseIntermediateCatchEvent​(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement,
                                                org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope,
                                                org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)
        Specified by:
        parseIntermediateCatchEvent in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
        Overrides:
        parseIntermediateCatchEvent in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
      • setCoverageTestRunState

        public void setCoverageTestRunState​(CoverageTestRunState coverageTestRunState)