Class BytecodeEnhancerRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrunChild(org.junit.runner.Runner runner, org.junit.runner.notification.RunNotifier notifier) Methods inherited from class org.junit.runners.Suite
describeChild, emptySuite, getChildrenMethods 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, withInterruptIsolationMethods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
BytecodeEnhancerRunner
public BytecodeEnhancerRunner(Class<?> klass) throws ClassNotFoundException, org.junit.runners.model.InitializationError - Throws:
ClassNotFoundExceptionorg.junit.runners.model.InitializationError
-
-
Method Details
-
runChild
protected void runChild(org.junit.runner.Runner runner, org.junit.runner.notification.RunNotifier notifier) - Overrides:
runChildin classorg.junit.runners.Suite
-