public class H2ORunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Class and Description |
|---|---|
static class |
H2ORunner.DefaultRulesBlueprint |
| Constructor and Description |
|---|
H2ORunner(java.lang.Class<?> klass)
Creates a BlockJUnit4ClassRunner to run
klass |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.junit.rules.TestRule> |
getTestRules(java.lang.Object target) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected org.junit.runners.model.Statement |
withAfterClasses(org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod method,
java.lang.Object target,
org.junit.runners.model.Statement statement) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withPotentialTimeoutpublic H2ORunner(java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
klassklass - org.junit.runners.model.InitializationError - if the test class is malformed.protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method,
java.lang.Object target,
org.junit.runners.model.Statement statement)
withBefores in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
withAfterClasses in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected java.util.List<org.junit.rules.TestRule> getTestRules(java.lang.Object target)
getTestRules in class org.junit.runners.BlockJUnit4ClassRunner