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

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

public class TestLazyArrayMapStruct
extends junit.framework.TestCase

Tests LazyArray, LazyMap, LazyStruct and LazyUnion


Constructor Summary
TestLazyArrayMapStruct()
           
 
Method Summary
 void testLazyArray()
          Test the LazyArray class.
 void testLazyArrayNested()
          Test the LazyArray class with multiple levels of nesting
 void testLazyArrayNestedExceedLimit()
          Test the LazyArray class with multiple levels of nesting
 void testLazyArrayNestedExceedLimitNotExtended()
          Test the LazyArray class with multiple levels of nesting, when nesting levels are not extended
 void testLazyMap()
          Test the LazyMap class.
 void testLazyMapNested()
          Test the LazyMap class with multiple levels of nesting
 void testLazyMapNestedExceedLimit()
          Test the LazyMap class with multiple levels of nesting
 void testLazyMapNestedExceedLimitNotExtended()
          Test the LazyMap class with multiple levels of nesting, when nesting levels are not extended
 void testLazyStruct()
          Test the LazyStruct class.
 void testLazyStructNested()
          Test the LazyStruct class with multiple levels of nesting
 void testLazyStructNestedExceedLimit()
          Test the LazyStruct class with multiple levels of nesting
 void testLazyStructNestedExceedLimitNotExtended()
          Test the LazyMap class with multiple levels of nesting, when nesting levels are not extended
 void testLazyUnion()
          Test the LazyUnion class.
 void testLazyUnionNested()
          Test the LazyUnion class with multiple levels of nesting
 void testLazyUnionNestedExceedLimit()
          Test the LazyUnion class with multiple levels of nesting
 void testLazyUnionNestedExceedLimitNotExtended()
          Test the LazyMap class with multiple levels of nesting, when nesting levels are not extended
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestLazyArrayMapStruct

public TestLazyArrayMapStruct()
Method Detail

testLazyArray

public void testLazyArray()
                   throws Throwable
Test the LazyArray class.

Throws:
Throwable

testLazyMap

public void testLazyMap()
                 throws Throwable
Test the LazyMap class.

Throws:
Throwable

testLazyStruct

public void testLazyStruct()
                    throws Throwable
Test the LazyStruct class.

Throws:
Throwable

testLazyUnion

public void testLazyUnion()
                   throws Throwable
Test the LazyUnion class.

Throws:
Throwable

testLazyArrayNested

public void testLazyArrayNested()
                         throws Throwable
Test the LazyArray class with multiple levels of nesting

Throws:
Throwable

testLazyArrayNestedExceedLimit

public void testLazyArrayNestedExceedLimit()
                                    throws Throwable
Test the LazyArray class with multiple levels of nesting

Throws:
Throwable

testLazyArrayNestedExceedLimitNotExtended

public void testLazyArrayNestedExceedLimitNotExtended()
                                               throws Throwable
Test the LazyArray class with multiple levels of nesting, when nesting levels are not extended

Throws:
Throwable

testLazyMapNestedExceedLimitNotExtended

public void testLazyMapNestedExceedLimitNotExtended()
                                             throws Throwable
Test the LazyMap class with multiple levels of nesting, when nesting levels are not extended

Throws:
Throwable

testLazyStructNestedExceedLimitNotExtended

public void testLazyStructNestedExceedLimitNotExtended()
                                                throws Throwable
Test the LazyMap class with multiple levels of nesting, when nesting levels are not extended

Throws:
Throwable

testLazyUnionNestedExceedLimitNotExtended

public void testLazyUnionNestedExceedLimitNotExtended()
                                               throws Throwable
Test the LazyMap class with multiple levels of nesting, when nesting levels are not extended

Throws:
Throwable

testLazyMapNested

public void testLazyMapNested()
                       throws Throwable
Test the LazyMap class with multiple levels of nesting

Throws:
Throwable

testLazyMapNestedExceedLimit

public void testLazyMapNestedExceedLimit()
                                  throws Throwable
Test the LazyMap class with multiple levels of nesting

Throws:
Throwable

testLazyUnionNested

public void testLazyUnionNested()
                         throws Throwable
Test the LazyUnion class with multiple levels of nesting

Throws:
Throwable

testLazyUnionNestedExceedLimit

public void testLazyUnionNestedExceedLimit()
                                    throws Throwable
Test the LazyUnion class with multiple levels of nesting

Throws:
Throwable

testLazyStructNested

public void testLazyStructNested()
                          throws Throwable
Test the LazyStruct class with multiple levels of nesting

Throws:
Throwable

testLazyStructNestedExceedLimit

public void testLazyStructNestedExceedLimit()
                                     throws Throwable
Test the LazyStruct class with multiple levels of nesting

Throws:
Throwable


Copyright © 2012 The Apache Software Foundation