Class BytecodeEnhancerRunner

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

    public class BytecodeEnhancerRunner
    extends org.junit.runners.Suite
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.junit.runners.Suite

        org.junit.runners.Suite.SuiteClasses
    • Constructor Summary

      Constructors 
      Constructor Description
      BytecodeEnhancerRunner​(java.lang.Class<?> klass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void runChild​(org.junit.runner.Runner runner, org.junit.runner.notification.RunNotifier notifier)  
      • Methods inherited from class org.junit.runners.Suite

        describeChild, emptySuite, getChildren
      • Methods inherited from class org.junit.runners.ParentRunner

        childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
      • 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 Detail

      • BytecodeEnhancerRunner

        public BytecodeEnhancerRunner​(java.lang.Class<?> klass)
                               throws java.lang.ClassNotFoundException,
                                      org.junit.runners.model.InitializationError
        Throws:
        java.lang.ClassNotFoundException
        org.junit.runners.model.InitializationError
    • Method Detail

      • runChild

        protected void runChild​(org.junit.runner.Runner runner,
                                org.junit.runner.notification.RunNotifier notifier)
        Overrides:
        runChild in class org.junit.runners.Suite