Class FactoryRunner

java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<caseine.extra.utils.mutations.FactoryRunner.DescribedTest>
caseine.extra.utils.mutations.FactoryRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

public class FactoryRunner extends org.junit.runners.ParentRunner<caseine.extra.utils.mutations.FactoryRunner.DescribedTest>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
    static interface 
     
    static interface 
     
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FactoryRunner(Class<?> testClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.junit.runner.Description
    describeChild(caseine.extra.utils.mutations.FactoryRunner.DescribedTest describedTest)
     
    protected List<caseine.extra.utils.mutations.FactoryRunner.DescribedTest>
     
    protected void
    runChild(caseine.extra.utils.mutations.FactoryRunner.DescribedTest describedTest, org.junit.runner.notification.RunNotifier notifier)
     

    Methods inherited from class org.junit.runners.ParentRunner

    childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation

    Methods inherited from class org.junit.runner.Runner

    testCount

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FactoryRunner

      public FactoryRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
      Throws:
      org.junit.runners.model.InitializationError
  • Method Details

    • getChildren

      protected List<caseine.extra.utils.mutations.FactoryRunner.DescribedTest> getChildren()
      Specified by:
      getChildren in class org.junit.runners.ParentRunner<caseine.extra.utils.mutations.FactoryRunner.DescribedTest>
    • describeChild

      protected org.junit.runner.Description describeChild(caseine.extra.utils.mutations.FactoryRunner.DescribedTest describedTest)
      Specified by:
      describeChild in class org.junit.runners.ParentRunner<caseine.extra.utils.mutations.FactoryRunner.DescribedTest>
    • runChild

      protected void runChild(caseine.extra.utils.mutations.FactoryRunner.DescribedTest describedTest, org.junit.runner.notification.RunNotifier notifier)
      Specified by:
      runChild in class org.junit.runners.ParentRunner<caseine.extra.utils.mutations.FactoryRunner.DescribedTest>