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

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

public class TestSimpleMapEqualComparer
extends junit.framework.TestCase


Nested Class Summary
static class TestSimpleMapEqualComparer.IntegerStringMapHolder
           
static class TestSimpleMapEqualComparer.StringTextMapHolder
           
static class TestSimpleMapEqualComparer.TextStringMapHolder
           
 
Constructor Summary
TestSimpleMapEqualComparer()
           
 
Method Summary
 void testCompatibleType()
           
 void testIncompatibleType()
           
 void testSameType()
           
 
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

TestSimpleMapEqualComparer

public TestSimpleMapEqualComparer()
Method Detail

testSameType

public void testSameType()

testCompatibleType

public void testCompatibleType()
                        throws SerDeException,
                               IOException
Throws:
SerDeException
IOException

testIncompatibleType

public void testIncompatibleType()
                          throws SerDeException,
                                 IOException
Throws:
SerDeException
IOException


Copyright © 2011 The Apache Software Foundation