test
Class tableOld

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.tableOld
All Implemented Interfaces:
junit.framework.Test

public class tableOld
extends junit.framework.TestCase

Testing table operations

Author:
Cristian Bogdan

Field Summary
(package private) static String checkSpeaksQuery
           
(package private) static Date create
           
(package private) static Transaction db
           
(package private) static long epsilon
           
(package private) static Pointer fptr
           
(package private) static Pointer fptr1
           
(package private) static Pointer fptr2
           
(package private) static String langQuery
           
(package private) static String[][] languageData
           
(package private) static Date now
           
(package private) static Dictionary<String,Object> pc
           
(package private) static Dictionary<String,Object> pc1
           
(package private) static String[] personFields
           
(package private) static Pointer ptr
           
(package private) static Pointer ptr1
           
(package private) static Pointer ptrOne
           
(package private) static String[] ptrOneFields
           
(package private)  String readCharSet
           
(package private)  String readIntSet
           
(package private)  String readPerson
           
(package private)  String readPerson1
           
(package private)  String readPerson2
           
(package private)  String readToy1
           
(package private)  String readToy2
           
(package private) static Pointer set1
           
(package private) static Pointer set2
           
(package private) static String speaksQuery
           
(package private) static String[] subsetFields
           
(package private) static String subsetQuery
           
(package private) static String[] toInsert
           
(package private) static String[] toInsert2
           
(package private) static String[] toInsert3
           
 
Constructor Summary
tableOld(String name)
           
 
Method Summary
(package private) static InputStream getExampleData()
           
static void main(String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testCopy()
           
 void testDelete()
           
 void testDeleteSetWithSet()
           
 void testForeignKeys()
           
 void testForeignKeysWithLongMDDName()
           
 void testInsert()
           
 void testIntAggregation()
           
 void testPtrOneDelete()
           
 void testPtrOneReInsert()
           
 void testQueryValidMdds()
           
 void testRealAggregation()
           
 void testSetDelete()
           
 void testSetInsert()
           
 void testSetMemberDelete()
           
 void testSetMemberUpdate()
           
 void testSetUpdate()
           
 void testSetUpdate2()
           
 void testSubrecordUpdate()
           
 void testUpdate()
           
(package private)  void workWithSet(String[] t)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

db

static Transaction db

epsilon

static long epsilon

ptr

static Pointer ptr

ptr1

static Pointer ptr1

fptr1

static Pointer fptr1

fptr2

static Pointer fptr2

fptr

static Pointer fptr

create

static Date create

personFields

static String[] personFields

ptrOneFields

static String[] ptrOneFields

subsetFields

static String[] subsetFields

pc

static Dictionary<String,Object> pc

pc1

static Dictionary<String,Object> pc1

now

static Date now

ptrOne

static Pointer ptrOne

set1

static Pointer set1

set2

static Pointer set2

readPerson

String readPerson

readPerson1

String readPerson1

readPerson2

String readPerson2

readToy1

String readToy1

readToy2

String readToy2

readIntSet

String readIntSet

readCharSet

String readCharSet

subsetQuery

static String subsetQuery

languageData

static String[][] languageData

toInsert

static String[] toInsert

langQuery

static String langQuery

speaksQuery

static String speaksQuery

checkSpeaksQuery

static String checkSpeaksQuery

toInsert2

static String[] toInsert2

toInsert3

static String[] toInsert3
Constructor Detail

tableOld

public tableOld(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

getExampleData

static InputStream getExampleData()

testQueryValidMdds

public void testQueryValidMdds()

testInsert

public void testInsert()

testForeignKeys

public void testForeignKeys()

testForeignKeysWithLongMDDName

public void testForeignKeysWithLongMDDName()

testSetInsert

public void testSetInsert()

testSetMemberUpdate

public void testSetMemberUpdate()

testSetMemberDelete

public void testSetMemberDelete()

testSubrecordUpdate

public void testSubrecordUpdate()

workWithSet

void workWithSet(String[] t)

testSetUpdate

public void testSetUpdate()

testSetUpdate2

public void testSetUpdate2()

testSetDelete

public void testSetDelete()

testPtrOneDelete

public void testPtrOneDelete()

testPtrOneReInsert

public void testPtrOneReInsert()

testUpdate

public void testUpdate()

testDelete

public void testDelete()

testRealAggregation

public void testRealAggregation()

testIntAggregation

public void testIntAggregation()

testDeleteSetWithSet

public void testDeleteSetWithSet()

testCopy

public void testCopy()