org.apache.hadoop.hive.serde2.lazy
Class TestLazySimpleSerDe

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

public class TestLazySimpleSerDe
extends junit.framework.TestCase

TestLazySimpleSerDe.


Constructor Summary
TestLazySimpleSerDe()
           
 
Method Summary
 void testLazySimpleSerDe()
          Test the LazySimpleSerDe class.
 void testLazySimpleSerDeExtraColumns()
          Test the LazySimpleSerDe class with extra columns.
 void testLazySimpleSerDeLastColumnTakesRest()
          Test the LazySimpleSerDe class with LastColumnTakesRest option.
 void testLazySimpleSerDeMissingColumns()
          Test the LazySimpleSerDe class with missing columns.
 
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

TestLazySimpleSerDe

public TestLazySimpleSerDe()
Method Detail

testLazySimpleSerDe

public void testLazySimpleSerDe()
                         throws Throwable
Test the LazySimpleSerDe class.

Throws:
Throwable

testLazySimpleSerDeLastColumnTakesRest

public void testLazySimpleSerDeLastColumnTakesRest()
                                            throws Throwable
Test the LazySimpleSerDe class with LastColumnTakesRest option.

Throws:
Throwable

testLazySimpleSerDeExtraColumns

public void testLazySimpleSerDeExtraColumns()
                                     throws Throwable
Test the LazySimpleSerDe class with extra columns.

Throws:
Throwable

testLazySimpleSerDeMissingColumns

public void testLazySimpleSerDeMissingColumns()
                                       throws Throwable
Test the LazySimpleSerDe class with missing columns.

Throws:
Throwable


Copyright © 2013 The Apache Software Foundation