Package | Description |
---|---|
org.finra.hqlunit.rules | |
org.finra.hqlunit.script |
Constructor and Description |
---|
RunSetUpHqlStatement(org.junit.runners.model.Statement wrappedStatement,
TestHiveServer testingHiveServer,
HqlScript setUpHql)
Constructs a RunSetUpHqlStatement
When evaluated this Statement runs a hive script as set up code and then evaluates a wrapped Statement
|
RunTearDownHqlStatement(org.junit.runners.model.Statement wrappedStatement,
TestHiveServer testingHiveServer,
HqlScript tearDownHql)
Constructs a RunTearDownHqlStatement
When evaluated this Statement evaluates a wrapped statement and then runs an hql script as testing tear down
|
SetUpHql(TestHiveServer testingHiveServer,
HqlScript setUpHql)
Constructs a SetUpHql object
|
TearDownHql(TestHiveServer testingHiveServer,
HqlScript tearDownHql)
Constructs a TearDownHql object
|
Modifier and Type | Class and Description |
---|---|
class |
MultiExpressionScript
Runs an hql script containing multiple expressions, using the ScriptSplitter utility to derive individual expressions
|
class |
SingleExpressionScript
Runs a single hql expression, with no heed for comments or scripts with multiple expressions in them
|
Copyright © 2016. All rights reserved.