Package step.artefacts.handlers
Class CaseHandler
- java.lang.Object
-
- step.core.artefacts.handlers.ArtefactHandler<Case,ReportNode>
-
- step.artefacts.handlers.CaseHandler
-
public class CaseHandler extends ArtefactHandler<Case,ReportNode>
-
-
Field Summary
-
Fields inherited from class step.core.artefacts.handlers.ArtefactHandler
context, FILE_VARIABLE_PREFIX, logger, TEC_EXECUTION_REPORTNODES_PERSISTAFTER, TEC_EXECUTION_REPORTNODES_PERSISTBEFORE, TEC_EXECUTION_REPORTNODES_PERSISTONLYNONPASSED
-
-
Constructor Summary
Constructors Constructor Description CaseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportNodecreateReportNode_(ReportNode parentNode, Case testArtefact)Creates theReportNodecorresponding to the provided artefactprotected voidcreateReportSkeleton_(ReportNode parentNode, Case testArtefact)protected voidexecute_(ReportNode node, Case testArtefact)Execute the provided artefact and report the execution to the provided report node-
Methods inherited from class step.core.artefacts.handlers.ArtefactHandler
createReportSkeleton, createWorkArtefact, createWorkArtefact, createWorkArtefact, delegateCreateReportSkeleton, delegateCreateReportSkeleton, delegateExecute, delegateExecute, excludePropertyChildren, execute, fail, failWithException, failWithException, failWithException, filterPropertyChildren, getBindings, getChildren, getChildren, init, initProperties, isInSession, releaseTokens, removeReportNode
-
-
-
-
Method Detail
-
createReportSkeleton_
protected void createReportSkeleton_(ReportNode parentNode, Case testArtefact)
- Specified by:
createReportSkeleton_in classArtefactHandler<Case,ReportNode>
-
execute_
protected void execute_(ReportNode node, Case testArtefact)
Description copied from class:ArtefactHandlerExecute the provided artefact and report the execution to the provided report node- Specified by:
execute_in classArtefactHandler<Case,ReportNode>- Parameters:
node- theReportNodecorresponding to the artefacttestArtefact- theAbstractArtefactto be executed
-
createReportNode_
public ReportNode createReportNode_(ReportNode parentNode, Case testArtefact)
Description copied from class:ArtefactHandlerCreates theReportNodecorresponding to the provided artefact- Specified by:
createReportNode_in classArtefactHandler<Case,ReportNode>- Parameters:
parentNode- the parentReportNodetestArtefact- the artefact to create the node for- Returns:
-
-