org.apache.ojb.broker
Class GraphTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.ojb.broker.GraphTest
All Implemented Interfaces:
junit.framework.Test

public class GraphTest
extends junit.framework.TestCase

Testing graph structure, which mean two relations between two classes.


Field Summary
(package private)  PersistenceBroker broker
           
 
Constructor Summary
GraphTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
 void tearDown()
           
 void testCreate()
           
 void testEqualToFieldQuery()
           
 void testMultiNonNestedJoin()
           
 void testNestedJoin()
           
 void testSingleJoin()
           
 
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

broker

PersistenceBroker broker
Constructor Detail

GraphTest

public GraphTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

setUp

public void setUp()

tearDown

public void tearDown()

testCreate

public void testCreate()

testEqualToFieldQuery

public void testEqualToFieldQuery()

testSingleJoin

public void testSingleJoin()

testNestedJoin

public void testNestedJoin()

testMultiNonNestedJoin

public void testMultiNonNestedJoin()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14