| |
|
| java.lang.Object org.ow2.easybeans.tests.inheritance.TestSLBeanLocalInheritance00
TestSLBeanLocalInheritance00 | public class TestSLBeanLocalInheritance00 (Code) | | Verifies if the bean inheritance is following the JSR 220 spec.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | startUp() Gets bean instance used in the tests. | public void | test00() Verifies if the bean business method is running correctly. | public void | test01() Verifies if the bean business method is running correctly. |
startUp | public void startUp() throws Exception(Code) | | Gets bean instance used in the tests.
throws: Exception - if there is a problem with the bean initialization. |
test00 | public void test00()(Code) | | Verifies if the bean business method is running correctly. The bean
business method is implemented by a extended class that implements an
interface. The bean doesn't have any @Local or @Remote.
|
test01 | public void test01()(Code) | | Verifies if the bean business method is running correctly. The bean
business method is implemented by a extended class that implements an
interface. The bean has a @Local is the only interface implemented.
|
|
|
|