org.bsf.smartValueObject.demo
Class TestDemoMediator

java.lang.Object
  |
  +--TestCase
        |
        +--org.bsf.smartValueObject.demo.TestDemoMediator

public class TestDemoMediator
extends TestCase

Testcase DemoMediator.

See Also:
Serialized Form

Field Summary
private  org.bsf.smartValueObject.demo.CompanyVO company1
           
private  org.bsf.smartValueObject.demo.CompanyVO company2
           
private  org.bsf.smartValueObject.demo.DemoMediator mediator
           
 
Constructor Summary
TestDemoMediator()
           
 
Method Summary
private  org.bsf.smartValueObject.demo.CompanyVO getPrototype(long pk)
           
 void setUp()
           
 void testConcurrency()
           
 void testCreated()
           
 void testDeleted()
           
 void testDeleteGraph()
           
 void testModified()
           
 void testModified2()
           
 void testTwoCompanies()
           
 void testUpdate()
           
 void testUpdateAndGetGraph()
           
private  org.bsf.smartValueObject.demo.CompanyVO updateCompany1()
           
private  org.bsf.smartValueObject.demo.CompanyVO updateCompany2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mediator

private org.bsf.smartValueObject.demo.DemoMediator mediator

company1

private org.bsf.smartValueObject.demo.CompanyVO company1

company2

private org.bsf.smartValueObject.demo.CompanyVO company2
Constructor Detail

TestDemoMediator

public TestDemoMediator()
Method Detail

setUp

public void setUp()

testUpdateAndGetGraph

public void testUpdateAndGetGraph()
                           throws MediatorException
MediatorException

testDeleted

public void testDeleted()
                 throws MediatorException
MediatorException

testCreated

public void testCreated()
                 throws MediatorException
MediatorException

testUpdate

public void testUpdate()
                throws MediatorException
MediatorException

testModified

public void testModified()
                  throws MediatorException
MediatorException

testModified2

public void testModified2()
                   throws MediatorException
MediatorException

testDeleteGraph

public void testDeleteGraph()
                     throws MediatorException
MediatorException

testTwoCompanies

public void testTwoCompanies()
                      throws MediatorException
MediatorException

testConcurrency

public void testConcurrency()
                     throws MediatorException
MediatorException

updateCompany1

private org.bsf.smartValueObject.demo.CompanyVO updateCompany1()
                                                        throws MediatorException
MediatorException

updateCompany2

private org.bsf.smartValueObject.demo.CompanyVO updateCompany2()
                                                        throws MediatorException
MediatorException

getPrototype

private org.bsf.smartValueObject.demo.CompanyVO getPrototype(long pk)