org.apache.hadoop.hive.ql
Class QTestUtil.QTestSetup
java.lang.Object
org.apache.hadoop.hive.ql.QTestUtil.QTestSetup
- Enclosing class:
- QTestUtil
public static class QTestUtil.QTestSetup
- extends Object
QTestSetup defines test fixtures which are reused across testcases,
and are needed before any test can be run
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTestUtil.QTestSetup
public QTestUtil.QTestSetup()
preTest
public void preTest(HiveConf conf)
throws Exception
- Throws:
Exception
postTest
public void postTest(HiveConf conf)
throws Exception
- Throws:
Exception
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
Copyright © 2013 The Apache Software Foundation