|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--org.objectweb.jonas.jtests.util.JTestCase | +--org.objectweb.jonas.jtests.clients.session.A_ClientView | +--org.objectweb.jonas.jtests.clients.session.F_ClientViewNoTxSL
testcases specifics for stateless session beans must be here
Field Summary | |
protected static java.lang.String |
BEAN_HOME
|
protected static TargetSLHome |
home
|
Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase |
ictx, isInit, jonasName, msgerror, testtorun, utx |
Constructor Summary | |
F_ClientViewNoTxSL(java.lang.String name)
|
Method Summary | |
TargetSLHome |
getHome()
|
static void |
main(java.lang.String[] args)
|
protected void |
setUp()
init environment: - load beans |
static junit.framework.Test |
suite()
|
void |
testIsIdenticalOnBeans()
test EJBObject.isIdentical on two beans |
Methods inherited from class org.objectweb.jonas.jtests.clients.session.A_ClientView |
testBusinessMethod1, testBusinessMethod2, testBusinessMethod3, testCreateRemove, testGetEJBMetaData, testGetHomeHandle, testGetPrimaryKey, testHomeLookup, testIsIdenticalOnSameBean, testRemoveByPK, testRemoveHandle |
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 |
protected static java.lang.String BEAN_HOME
protected static TargetSLHome home
Constructor Detail |
public F_ClientViewNoTxSL(java.lang.String name)
Method Detail |
public void testIsIdenticalOnBeans() throws java.lang.Exception
EJB2.0 §6.9.2
protected void setUp()
setUp
in class JTestCase
public TargetSLHome getHome() throws java.lang.Exception
getHome
in class A_ClientView
org.objectweb.jonas.jtests.clients.session.A_ClientView
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |