org.apache.hive.service.cli
Class CLIServiceTest

java.lang.Object
  extended by org.apache.hive.service.cli.CLIServiceTest
Direct Known Subclasses:
TestEmbeddedThriftCLIService

public abstract class CLIServiceTest
extends Object

CLIServiceTest.


Field Summary
protected static CLIServiceClient client
           
 
Constructor Summary
CLIServiceTest()
           
 
Method Summary
 void createSessionTest()
           
 void getFunctionsTest()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected static CLIServiceClient client
Constructor Detail

CLIServiceTest

public CLIServiceTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

createSessionTest

public void createSessionTest()
                       throws Exception
Throws:
Exception

getFunctionsTest

public void getFunctionsTest()
                      throws Exception
Throws:
Exception


Copyright © 2013 The Apache Software Foundation