org.jboss.test.cts.ejb
Class LocalEjbTests

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.util.ejb.EJBTestCase (src) 
          extended byorg.jboss.test.cts.ejb.LocalEjbTests

public class LocalEjbTests
extends EJBTestCase (src)

Tests of local ejbs

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.EJBTestCase (src)
props
 
Constructor Summary
LocalEjbTests(java.lang.String methodName)
           
 
Method Summary
 void setUpEJB(java.util.Properties props)
          Sets up the ejb test case.
static Test suite()
           
 void tearDownEJB(java.util.Properties props)
          Tears down the ejb test case.
 void testEntityIdentity()
           
 
Methods inherited from class org.jboss.test.util.ejb.EJBTestCase (src)
getEJBRunnerJndiName, getProps, isServerSide, run, runBare, setProps, setServerSide
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalEjbTests

public LocalEjbTests(java.lang.String methodName)
Method Detail

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception

setUpEJB

public void setUpEJB(java.util.Properties props)
              throws java.lang.Exception
Description copied from class: EJBTestCase (src)
Sets up the ejb test case. This method is called before each test is executed and is run in a private transaction.

Overrides:
setUpEJB in class EJBTestCase (src)
Parameters:
props - the properties passed in from the client
Throws:
java.lang.Exception - if a problem occures

tearDownEJB

public void tearDownEJB(java.util.Properties props)
                 throws java.lang.Exception
Description copied from class: EJBTestCase (src)
Tears down the ejb test case. This method is called after each test is executed and is run in a private transaction.

Overrides:
tearDownEJB in class EJBTestCase (src)
Parameters:
props - the properties passed in from the client
Throws:
java.lang.Exception - if a problem occures

testEntityIdentity

public void testEntityIdentity()
                        throws java.lang.Exception
Throws:
java.lang.Exception