| |
|
| org.apache.openejb.test.stateless.StatelessTestClient org.apache.openejb.test.stateless.StatelessLocalBusinessIntfcTests
StatelessLocalBusinessIntfcTests | public StatelessLocalBusinessIntfcTests()(Code) | | |
TODO_test05_invokeAfterSystemException | public void TODO_test05_invokeAfterSystemException()(Code) | | After a system exception the intance should be garbage collected
and the remote reference should be invalidated.
This one seems to fail. we should double-check the spec on this.
|
_test04_throwSystemException | public void _test04_throwSystemException()(Code) | | |
test00_lookupBusinessInterface | public void test00_lookupBusinessInterface() throws Exception(Code) | | |
test01_businessMethod | public void test01_businessMethod()(Code) | | |
test02_throwApplicationException | public void test02_throwApplicationException()(Code) | | Throw an application exception and make sure the exception
reaches the bean nicely.
|
test03_invokeAfterApplicationException | public void test03_invokeAfterApplicationException()(Code) | | After an application exception we should still be able to
use our bean
|
test06_testRemove | public void test06_testRemove()(Code) | | |
Methods inherited from org.apache.openejb.test.stateless.StatelessTestClient | protected void setUp() throws Exception(Code)(Java Doc)
|
|
|
|