org.apache.hadoop.hive.serde2.objectinspector
Class TestStandardObjectInspectors

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.hadoop.hive.serde2.objectinspector.TestStandardObjectInspectors
All Implemented Interfaces:
junit.framework.Test

public class TestStandardObjectInspectors
extends junit.framework.TestCase


Constructor Summary
TestStandardObjectInspectors()
           
 
Method Summary
 void testStandardListObjectInspector()
           
 void testStandardMapObjectInspector()
           
 void testStandardPrimitiveObjectInspector()
           
 void testStandardStructObjectInspector()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

TestStandardObjectInspectors

public TestStandardObjectInspectors()
Method Detail

testStandardPrimitiveObjectInspector

public void testStandardPrimitiveObjectInspector()
                                          throws Throwable
Throws:
Throwable

testStandardListObjectInspector

public void testStandardListObjectInspector()
                                     throws Throwable
Throws:
Throwable

testStandardMapObjectInspector

public void testStandardMapObjectInspector()
                                    throws Throwable
Throws:
Throwable

testStandardStructObjectInspector

public void testStandardStructObjectInspector()
                                       throws Throwable
Throws:
Throwable


Copyright © 2009 The Apache Software Foundation