| junitx.ddtunit.DDTTestCase junitx.ddtunit.ActualTest
ActualTest | public class ActualTest extends DDTTestCase (Code) | | Test class to verify simple execution of JUnit TestCase like asserts.
author: jg |
Method Summary | |
protected void | initContext() | public void | setUp() | public static Test | suite() | public void | testMethod() Test read capability of nested value objects. |
ActualTest | public ActualTest(String name)(Code) | | Parameters: name - |
setUp | public void setUp()(Code) | | initialize testmethod environment before every execution
|
suite | public static Test suite()(Code) | | Define tests to run
|
testMethod | public void testMethod()(Code) | | Test read capability of nested value objects. Using complex value objects
as fields insode of Value objects
|
|
|