public class StandaloneHiveRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
StandaloneHiveRunner(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
HiveShellContainer |
evaluateStatement(List<? extends Script> scripts,
Object target,
Path temporaryFolder,
org.junit.runners.model.Statement base)
Drives the unit test.
|
protected HiveRunnerConfig |
getHiveRunnerConfig() |
protected List<org.junit.rules.TestRule> |
getTestRules(Object target) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected void |
runTestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.internal.runners.model.EachTestNotifier notifier,
int retriesLeft)
Runs a
Statement that represents a leaf (aka atomic) test. |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic StandaloneHiveRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected HiveRunnerConfig getHiveRunnerConfig()
protected List<org.junit.rules.TestRule> getTestRules(Object target)
getTestRules in class org.junit.runners.BlockJUnit4ClassRunnerprotected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected final void runTestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.internal.runners.model.EachTestNotifier notifier,
int retriesLeft)
Statement that represents a leaf (aka atomic) test.Copyright © 2013–2020. All rights reserved.