| |
|
| java.lang.Object org.ow2.easybeans.tests.sessionbean.stateful.remove.TestSFRemove
TestSFRemove | public class TestSFRemove (Code) | | Tests related with stateful instance remove operation.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | startUp() Gets bea instances used in the tests. | public void | testRemoveBySystemException() Verifies if the bean is destroyed after a system exception. | public void | testRemoveMethod() Verifies if the bean is destroyed after the remove() invocation. | public void | testRetain() Verifies if the bean is not destroyed after an application exception
during the remote() method invocation. |
startUp | public void startUp() throws Exception(Code) | | Gets bea instances used in the tests.
throws: Exception - if there is a problem with bean initialization. |
testRemoveBySystemException | public void testRemoveBySystemException() throws Exception(Code) | | Verifies if the bean is destroyed after a system exception.
throws: Exception - if a problem occurs. |
testRemoveMethod | public void testRemoveMethod() throws Exception(Code) | | Verifies if the bean is destroyed after the remove() invocation.
throws: Exception - if a problem occurs. |
testRetain | public void testRetain() throws Exception(Code) | | Verifies if the bean is not destroyed after an application exception
during the remote() method invocation.
throws: Exception - if a problem occurs. |
|
|
|