org.apache.hadoop.hive.metastore
Class TestHiveMetaStore

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.hadoop.hive.metastore.TestHiveMetaStore
All Implemented Interfaces:
junit.framework.Test

public class TestHiveMetaStore
extends junit.framework.TestCase


Constructor Summary
TestHiveMetaStore()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAlterPartition()
           
 void testAlterTable()
           
 void testComplexTable()
           
 void testComplexTypeApi()
           
 void testDatabase()
           
 void testPartition()
          tests create table and partition and tries to drop the table without droppping the partition
 void testSimpleTable()
           
 void testSimpleTypeApi()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestHiveMetaStore

public TestHiveMetaStore()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testPartition

public void testPartition()
                   throws Exception
tests create table and partition and tries to drop the table without droppping the partition

Throws:
Exception

testAlterPartition

public void testAlterPartition()
                        throws Throwable
Throws:
Throwable

testDatabase

public void testDatabase()
                  throws Throwable
Throws:
Throwable

testSimpleTypeApi

public void testSimpleTypeApi()
                       throws Exception
Throws:
Exception

testComplexTypeApi

public void testComplexTypeApi()
                        throws Exception
Throws:
Exception

testSimpleTable

public void testSimpleTable()
                     throws Exception
Throws:
Exception

testAlterTable

public void testAlterTable()
                    throws Exception
Throws:
Exception

testComplexTable

public void testComplexTable()
                      throws Exception
Throws:
Exception


Copyright © 2009 The Apache Software Foundation