Class ExampleJunitRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- com.github.advisedtesting.junit4.Junit4AopClassRunner
-
- com.github.advisedtesting.example.ExampleJunitRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class ExampleJunitRunner extends Junit4AopClassRunner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.advisedtesting.junit4.Junit4AopClassRunner
Junit4AopClassRunner.AdvisedStatement, Junit4AopClassRunner.DelayedConstructionStatement, Junit4AopClassRunner.IvokationMethodWithArguments
-
-
Constructor Summary
Constructors Constructor Description ExampleJunitRunner(Class<?> klass)
-
Method Summary
-
Methods inherited from class com.github.advisedtesting.junit4.Junit4AopClassRunner
computeTestMethods, getTestRules, runChild, validateTestMethods
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, createTest, createTest, describeChild, getChildren, 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
-
-
-
-
Constructor Detail
-
ExampleJunitRunner
public ExampleJunitRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-