| junitx.ddtunit.DDTTestCase junitx.ddtunit.data.db.DbRepositoryAccessTest
DbRepositoryAccessTest | public class DbRepositoryAccessTest extends DDTTestCase (Code) | | Test class to verify simple execution of JUnit TestCase like asserts.
author: jg |
DbRepositoryAccessTest | public DbRepositoryAccessTest(String name)(Code) | | Parameters: name - |
main | public static void main(String[] args)(Code) | | Execute TestCase using a JUnit TestRunner.
Parameters: args - |
setUp | public void setUp()(Code) | | initialize testmethod environment before every execution
|
suite | public static Test suite()(Code) | | Define tests to run
|
testCreateXmlResource | public void testCreateXmlResource() throws Exception(Code) | | |
testRetrieveAssertData | public void testRetrieveAssertData()(Code) | | Test retrieving object on a per method-test basis
|
testRetrieveObjectData | public void testRetrieveObjectData()(Code) | | Test retrieving object on a per method-test basis
|
testSimpleJUnitAssert | public void testSimpleJUnitAssert()(Code) | | Execute simple valid JUnit assert methods
|
|
|