org.jboss.test.cmp2.simple
Class PageSizeUnitTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.util.ejb.EJBTestCase (src) 
          extended byorg.jboss.test.cmp2.simple.PageSizeUnitTestCase

public class PageSizeUnitTestCase
extends EJBTestCase (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.EJBTestCase (src)
props
 
Constructor Summary
PageSizeUnitTestCase(java.lang.String name)
           
 
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 testOnLoad()
           
 
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

PageSizeUnitTestCase

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

suite

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

testOnLoad

public void testOnLoad()
                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