Class SchedulerTaskAssertionsManager


  • public class SchedulerTaskAssertionsManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SchedulerTaskAssertionsManager​(step.core.execution.model.ExecutionAccessor executionAccessor, step.core.scheduler.ExecutionTaskAccessor executionTaskAccessor, java.util.function.Supplier<step.core.scheduler.ExecutionScheduler> executionSchedulerSupplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executeAssertionPlanIfAny​(step.core.execution.ExecutionContext context)  
      boolean isAssertionPlan​(step.core.execution.model.ExecutionParameters executionParameters)  
      • Methods inherited from class java.lang.Object

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

      • ASSERTION_PLAN_RESULT

        public static final java.lang.String ASSERTION_PLAN_RESULT
        See Also:
        Constant Field Values
      • ASSERTION_PLAN_EXECUTION

        public static final java.lang.String ASSERTION_PLAN_EXECUTION
        See Also:
        Constant Field Values
      • ASSERTION_TASK_NAME

        public static final java.lang.String ASSERTION_TASK_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • SchedulerTaskAssertionsManager

        public SchedulerTaskAssertionsManager​(step.core.execution.model.ExecutionAccessor executionAccessor,
                                              step.core.scheduler.ExecutionTaskAccessor executionTaskAccessor,
                                              java.util.function.Supplier<step.core.scheduler.ExecutionScheduler> executionSchedulerSupplier)
    • Method Detail

      • executeAssertionPlanIfAny

        public void executeAssertionPlanIfAny​(step.core.execution.ExecutionContext context)
      • isAssertionPlan

        public boolean isAssertionPlan​(step.core.execution.model.ExecutionParameters executionParameters)