| |
|
| java.lang.Object org.ow2.easybeans.tests.environment.basic.TestEnvironmentBasic00
TestEnvironmentBasic00 | public class TestEnvironmentBasic00 (Code) | | Verifies if the environment is working following the JSR 220.
The items covered in this test are: 15.2
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | startUp() Gets bean instances used in the tests. | public void | testWrongSpec00() This method tries to modify the beans environment at runtime and it is
denied by the specification. |
startUp | public void startUp() throws Exception(Code) | | Gets bean instances used in the tests.
throws: Exception - if there is a problem with the bean initialization. |
testWrongSpec00 | public void testWrongSpec00() throws Exception(Code) | | This method tries to modify the beans environment at runtime and it is
denied by the specification.
throws: Exception - if there is an enhancer exception. |
|
|
|