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

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

public class F_EtypeOfloatEC2
extends A_EtypeOfloat

This is a test suite about java.lang.Float field of entity bean CMP version 2. Beans used: etype/ofloat

Author:
Helene Joanin

Field Summary
protected static OfloatHome home
           
 
Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase
ictx, isInit, jonasName, msgerror, testtorun, utx
 
Constructor Summary
F_EtypeOfloatEC2(java.lang.String name)
           
 
Method Summary
 OfloatHome getHome()
          Return OfloatHome, that can be either CMP version 1 or CMP version 2 bean.
static void main(java.lang.String[] args)
           
protected  void setUp()
          common setUp routine, used for every test.
static junit.framework.Test suite()
           
 
Methods inherited from class org.objectweb.jonas.jtests.clients.entity.A_EtypeOfloat
testCreate, testFindByF1, testFindByPk, testGetF1, testGetF1Null, testRemove, testSetF1, testSetF1Null
 
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
 

Field Detail

home

protected static OfloatHome home
Constructor Detail

F_EtypeOfloatEC2

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

setUp

protected void setUp()
Description copied from class: JTestCase
common setUp routine, used for every test.
Overrides:
setUp in class A_EtypeOfloat

getHome

public OfloatHome getHome()
Description copied from class: A_EtypeOfloat
Return OfloatHome, that can be either CMP version 1 or CMP version 2 bean.
Overrides:
getHome in class A_EtypeOfloat

suite

public static junit.framework.Test suite()

main

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