Quarkus - Test framework - JUnit 4 0.22.0
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- io.quarkus.test.junit4.AbstractQuarkusTestRunner
-
-
Method Summary
All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected Object |
createTest() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, 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
-
AbstractQuarkusTestRunner
public AbstractQuarkusTestRunner(Class<?> klass,
BiFunction<Class<?>,org.junit.runner.notification.RunNotifier,AbstractQuarkusRunListener> quarkusRunListenerSupplier)
throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
Quarkus - Test framework - JUnit 4 0.22.0
Copyright © 2019 JBoss by Red Hat. All rights reserved.