| |
|
| java.lang.Object org.ow2.easybeans.tests.inheritance.TestInheritance
TestInheritance | public class TestInheritance (Code) | | Verifies if the bean inheritance is following the JSR 220 spec.And verifies
also if the container accepts two methods with the same signature.
author: Gisele Pinheiro Souza author: Eduardo Studzinski Estima de Castro |
callMessageWithOneParameterTest | public void callMessageWithOneParameterTest()(Code) | | Verifies if the startup was made correctly.
|
callMessageWithTwoParametersTest | public void callMessageWithTwoParametersTest()(Code) | | Verifies if the startup was made correctly.
|
callStartupWithOneParameterTest | public void callStartupWithOneParameterTest()(Code) | | Verifies if the bean returned call correctly the startup method.
|
callStartupWithTwoParametersTest | public void callStartupWithTwoParametersTest()(Code) | | Verifies if the bean returned call correctly the startup method.
|
setup | public void setup() throws Exception(Code) | | Creates a bean to be used in the tests.
throws: Exception - if there is a problem with the bean initialization. |
|
|
|