tuffy.test
Class TypeTest

java.lang.Object
  extended by tuffy.test.TypeTest

public class TypeTest
extends java.lang.Object

Testing class of Type object.


Field Summary
static java.util.Random rg
           
 
Constructor Summary
TypeTest()
           
 
Method Summary
 void test_AddConstant_and_Contains()
          Test functions of building and querying the constant doamin of Type.
 void test_name()
          Test name-related functions of Type.
 void test_size()
          Test size-related functions of Type.
 void test_storeConstantList()
          Test functions of RDB/Type interaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rg

public static java.util.Random rg
Constructor Detail

TypeTest

public TypeTest()
Method Detail

test_AddConstant_and_Contains

public final void test_AddConstant_and_Contains()
Test functions of building and querying the constant doamin of Type.


test_size

public final void test_size()
Test size-related functions of Type.


test_name

public final void test_name()
Test name-related functions of Type. E.g., 1) Type name; 2) Type's RDB table name.


test_storeConstantList

public final void test_storeConstantList()
                                  throws java.lang.Exception
Test functions of RDB/Type interaction. E.g., saving constant list to RDB, etc.

Throws:
java.lang.Exception