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 testLazyMap()
          Test the LazyMap class.
 void testLazyStruct()
          Test the LazyStruct class.
 void testLazyUnion()
          Test the LazyUnion class.
 
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

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


Copyright © 2013 The Apache Software Foundation