Class ConcurrentParameterizedRunner

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

    @Beta
    @Deprecated
    public class ConcurrentParameterizedRunner
    extends org.junit.runners.BlockJUnit4ClassRunner
    Deprecated.
    in connection with transition to JUnit 5 usage of this class is obsolete. Alternatively can be used specific junit 5 executions tools.
    Custom implementation of a JUnit Runner that allows parameterized tests to run in parallel. This runner will probably be merged into ConcurrentRunner in the future.
    Author:
    Jakub Podlesak
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void runChild​(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier notifier)
      Deprecated.
       
      protected void validateTestMethods​(List<Throwable> errors)
      Deprecated.
       
      • Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner

        collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
      • Methods inherited from class org.junit.runners.ParentRunner

        childrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
      • Methods inherited from class org.junit.runner.Runner

        testCount
    • Constructor Detail

      • ConcurrentParameterizedRunner

        public ConcurrentParameterizedRunner​(Class<?> clazz)
                                      throws Throwable
        Deprecated.
        Create a new runner for given test class.
        Parameters:
        clazz - test class
        Throws:
        Throwable
    • Method Detail

      • validateTestMethods

        protected void validateTestMethods​(List<Throwable> errors)
        Deprecated.
        Overrides:
        validateTestMethods in class org.junit.runners.BlockJUnit4ClassRunner
      • runChild

        protected void runChild​(org.junit.runners.model.FrameworkMethod method,
                                org.junit.runner.notification.RunNotifier notifier)
        Deprecated.
        Overrides:
        runChild in class org.junit.runners.BlockJUnit4ClassRunner