Class DominoTestRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- io.vertx.ext.unit.junit.VertxUnitRunner
-
- org.dominokit.domino.test.api.client.DominoTestRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class DominoTestRunner extends io.vertx.ext.unit.junit.VertxUnitRunner
-
-
Constructor Summary
Constructors Constructor Description DominoTestRunner(Class<?> klass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinvokeTestMethod(org.junit.runners.model.FrameworkMethod fMethod, Object test, io.vertx.ext.unit.TestContext context)-
Methods inherited from class io.vertx.ext.unit.junit.VertxUnitRunner
methodBlock, methodInvoker, validatePublicVoidNoArgMethods, validateTestMethod, withAfterClasses, withAfters, withBeforeClasses, withBefores, withPotentialTimeout
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor
-
-
-
-
Constructor Detail
-
DominoTestRunner
public DominoTestRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
invokeTestMethod
protected void invokeTestMethod(org.junit.runners.model.FrameworkMethod fMethod, Object test, io.vertx.ext.unit.TestContext context) throws InvocationTargetException, IllegalAccessException- Overrides:
invokeTestMethodin classio.vertx.ext.unit.junit.VertxUnitRunner- Throws:
InvocationTargetExceptionIllegalAccessException
-
-