com.ebay.erl.mobius.core.model
Class TupleTest

java.lang.Object
  extended by com.ebay.erl.mobius.core.model.TupleTest

public class TupleTest
extends java.lang.Object


Constructor Summary
TupleTest()
           
 
Method Summary
 void insert_test()
           
 void test_comparator()
           
 void test_non_exist_column()
           
 void test_serde()
          test serialization and de-serialization
 void wrong_type_checking()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleTest

public TupleTest()
Method Detail

test_comparator

public void test_comparator()

insert_test

public void insert_test()

test_serde

public void test_serde()
                throws java.io.IOException
test serialization and de-serialization

Throws:
java.io.IOException

test_non_exist_column

public void test_non_exist_column()

wrong_type_checking

public void wrong_type_checking()