|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.hadoop.hive.serde2.lazy.TestLazyPrimitive
public class TestLazyPrimitive
TestLazyPrimitive.
Constructor Summary | |
---|---|
TestLazyPrimitive()
|
Method Summary | |
---|---|
static void |
initLazyObject(LazyObject lo,
byte[] data,
int start,
int length)
Initialize the LazyObject with the parameters, wrapping the byte[] automatically. |
void |
testLazyBinary()
|
void |
testLazyByte()
Test the LazyByte class. |
void |
testLazyDouble()
Test the LazyDouble class. |
void |
testLazyInteger()
Test the LazyInteger class. |
void |
testLazyIntegerWrite()
|
void |
testLazyLong()
Test the LazyLong class. |
void |
testLazyLongWrite()
|
void |
testLazyShort()
Test the LazyShort class. |
void |
testLazyString()
Test the LazyString 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 |
---|
public TestLazyPrimitive()
Method Detail |
---|
public static void initLazyObject(LazyObject lo, byte[] data, int start, int length)
public void testLazyByte() throws Throwable
Throwable
public void testLazyShort() throws Throwable
Throwable
public void testLazyInteger() throws Throwable
Throwable
public void testLazyLong() throws Throwable
Throwable
public void testLazyDouble() throws Throwable
Throwable
public void testLazyString() throws Throwable
Throwable
public void testLazyBinary()
public void testLazyIntegerWrite() throws Throwable
Throwable
public void testLazyLongWrite() throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |