| org.ow2.easybeans.tests.common.ejbs.base.ItfLocalInheritanceTester00
All known Subclasses: org.ow2.easybeans.tests.common.ejbs.base.inheritance.EBaseLocalInheritanceTester00,
ItfLocalInheritanceTester00 | public interface ItfLocalInheritanceTester00 (Code) | | Interface used to local inheritance tests.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
void | startUp() Gets a new reference of the beans. | void | test00() Verifies if the bean business method is running correctly. | void | test01() Verifies if the bean business method is running correctly. |
startUp | void startUp() throws Exception(Code) | | Gets a new reference of the beans.
throws: Exception - if a problem occurs. |
test00 | 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 | 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 as unique interface implemented.
|
|
|