Class ScenarioRunner<T,​R>

  • All Implemented Interfaces:
    ResultCache<T,​R>

    public class ScenarioRunner<T,​R>
    extends java.lang.Object
    implements ResultCache<T,​R>
    • Constructor Detail

      • ScenarioRunner

        public ScenarioRunner​(int runnerIndex,
                              int nThreads,
                              int repeat,
                              TestScenarioProducer<T,​R> scenarioProducer)
    • Method Detail

      • execTests

        public void execTests()
                       throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getParameters

        public java.util.stream.Stream<org.junit.jupiter.params.provider.Arguments> getParameters()
      • onInitFailed

        public void onInitFailed​(int i,
                                 java.lang.Throwable t)
        Specified by:
        onInitFailed in interface ResultCache<T,​R>