Class ScenarioJunitActivator

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

    public class ScenarioJunitActivator
    extends org.junit.runners.ParentRunner<ScenarioRunnerDTO>
    • Constructor Detail

      • ScenarioJunitActivator

        public ScenarioJunitActivator​(Class<?> testClass)
                               throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
    • Method Detail

      • describeChild

        protected org.junit.runner.Description describeChild​(ScenarioRunnerDTO child)
        Specified by:
        describeChild in class org.junit.runners.ParentRunner<ScenarioRunnerDTO>
      • runChild

        protected void runChild​(ScenarioRunnerDTO child,
                                org.junit.runner.notification.RunNotifier notifier)
        Specified by:
        runChild in class org.junit.runners.ParentRunner<ScenarioRunnerDTO>
      • isNotSkipFromBuild

        protected boolean isNotSkipFromBuild​(org.drools.scenariosimulation.api.model.Settings settings)