org.apache.hadoop.hive.ql
Class QTestUtil.QTestSetup

java.lang.Object
  extended by 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


Constructor Summary
QTestUtil.QTestSetup()
           
 
Method Summary
 void postTest(HiveConf conf)
           
 void preTest(HiveConf conf)
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QTestUtil.QTestSetup

public QTestUtil.QTestSetup()
Method Detail

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