org.apache.hive.service.cli
Class CLIServiceTest

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

public abstract class CLIServiceTest
extends Object

CLIServiceTest.


Field Summary
protected static CLIServiceClient client
           
 
Constructor Summary
CLIServiceTest()
           
 
Method Summary
 void getFunctionsTest()
           
 void getInfoTest()
           
 void openSessionTest()
           
 void setUp()
           
 void tearDown()
           
 void testExecuteStatement()
           
 void testExecuteStatementAsync()
           
 
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

openSessionTest

public void openSessionTest()
                     throws Exception
Throws:
Exception

getFunctionsTest

public void getFunctionsTest()
                      throws Exception
Throws:
Exception

getInfoTest

public void getInfoTest()
                 throws Exception
Throws:
Exception

testExecuteStatement

public void testExecuteStatement()
                          throws Exception
Throws:
Exception

testExecuteStatementAsync

public void testExecuteStatementAsync()
                               throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation