org.objectweb.jonas.jtests.clients.entity
Class F_AdvancedHomeEC2

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.objectweb.jonas.jtests.util.JTestCase
                    |
                    +--org.objectweb.jonas.jtests.clients.entity.A_AdvancedHomeEC
                          |
                          +--org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC2
All Implemented Interfaces:
junit.framework.Test

public class F_AdvancedHomeEC2
extends A_AdvancedHomeEC

This is an advanced test suite for home interface on entity bean CMP v2. * All tests common to CMP v1 and CMP v2 are in the inherited class A_AdvancedHomeEC. Beans used: annuaire

Author:
Philippe Coq, Philippe Durieux, Helene Joanin (jonas team)

Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase
ictx, isInit, jonasName, msgerror, testtorun, utx
 
Constructor Summary
F_AdvancedHomeEC2(java.lang.String name)
           
 
Method Summary
 PersonneHome getHome()
          return PersonneHome, that can be either CMP v1 or CMP v2 bean.
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 
Methods inherited from class org.objectweb.jonas.jtests.clients.entity.A_AdvancedHomeEC
setUp, testCreateAndBusiness, testCreateInTx, testCreateNull, testCreateRemoveInTx, testDuplicateKey, testDuplicateKeyTx, testFindAllEnum, testFinderInTx, testFindTwice, testIsolation, testManyCreate, testRemove, testRemoveInTx, testRemovePk, testRemovePkInTx, testRemovePkNonExistent, testRemovePkNonExistentInTx, testRemovePKRB, testRemoveRB, testSimpleCreateInTx, testSimpleRemove
 
Methods inherited from class org.objectweb.jonas.jtests.util.JTestCase
debug, getDBEnv, random, sleep, tearDown, testEmpty, unloadBeans, useBeans
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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
 

Constructor Detail

F_AdvancedHomeEC2

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

getHome

public PersonneHome getHome()
Description copied from class: A_AdvancedHomeEC
return PersonneHome, that can be either CMP v1 or CMP v2 bean.
Overrides:
getHome in class A_AdvancedHomeEC

suite

public static junit.framework.Test suite()

main

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