| |
|
| java.lang.Object org.ow2.easybeans.tests.examples.TestExample
TestExample | public class TestExample (Code) | | This is an example of an EasyBeans Test Suite Class.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | setup() Gets a new bean instance used during the tests. | public void | test00() Indicates the test description. |
setup | public void setup() throws Exception(Code) | | Gets a new bean instance used during the tests.
throws: Exception - if an error occurs during the setup. |
test00 | public void test00() throws Exception(Code) | | Indicates the test description. Example: Tests if the bean can return a
value without modifications.
throws: Exception - if an error occurs during the test. |
|
|
|