Package step.artefacts.handlers
Class AssertionPlanHandler
- java.lang.Object
-
- step.core.artefacts.handlers.ArtefactHandler<AssertionPlan,step.core.artefacts.reports.ReportNode>
-
- step.artefacts.handlers.AssertionPlanHandler
-
public class AssertionPlanHandler extends step.core.artefacts.handlers.ArtefactHandler<AssertionPlan,step.core.artefacts.reports.ReportNode>
-
-
Constructor Summary
Constructors Constructor Description AssertionPlanHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected step.core.artefacts.reports.ReportNode
createReportNode_(step.core.artefacts.reports.ReportNode parentReportNode, AssertionPlan artefact)
protected void
createReportSkeleton_(step.core.artefacts.reports.ReportNode parentNode, AssertionPlan testArtefact)
protected void
execute_(step.core.artefacts.reports.ReportNode reportNode, AssertionPlan artefact)
void
init(step.core.execution.ExecutionContext context)
-
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, initProperties, isInSession, pruneReportBranch, releaseTokens, removeErrorContributionsInReportBranch
-
-
-
-
Method Detail
-
init
public void init(step.core.execution.ExecutionContext context)
- Overrides:
init
in classstep.core.artefacts.handlers.ArtefactHandler<AssertionPlan,step.core.artefacts.reports.ReportNode>
-
createReportSkeleton_
protected void createReportSkeleton_(step.core.artefacts.reports.ReportNode parentNode, AssertionPlan testArtefact)
- Specified by:
createReportSkeleton_
in classstep.core.artefacts.handlers.ArtefactHandler<AssertionPlan,step.core.artefacts.reports.ReportNode>
-
execute_
protected void execute_(step.core.artefacts.reports.ReportNode reportNode, AssertionPlan artefact) throws java.lang.Exception
- Specified by:
execute_
in classstep.core.artefacts.handlers.ArtefactHandler<AssertionPlan,step.core.artefacts.reports.ReportNode>
- Throws:
java.lang.Exception
-
createReportNode_
protected step.core.artefacts.reports.ReportNode createReportNode_(step.core.artefacts.reports.ReportNode parentReportNode, AssertionPlan artefact)
- Specified by:
createReportNode_
in classstep.core.artefacts.handlers.ArtefactHandler<AssertionPlan,step.core.artefacts.reports.ReportNode>
-
-