| com.bm.utils.SimpleGetterSetterTest
SimpleGetterSetterTest | public class SimpleGetterSetterTest extends Assert (Code) | | This class exectues a simple test of getter setters. All seeters with
primitive or basic type will be executed.
author: Daniel Wiese since: 17.04.2006 |
Method Summary | |
public void | testGetterSetter() Test all primitive getters/setters of the bean instance. |
SimpleGetterSetterTest | public SimpleGetterSetterTest(Object toTest)(Code) | | Constructor.
Parameters: toTest - -the bean to test. |
testGetterSetter | public void testGetterSetter()(Code) | | Test all primitive getters/setters of the bean instance.
author: Daniel Wiese since: 17.04.2006 |
|
|