org.sape.carbon.services.sqldataloader.total.test .TotalSqlBeanDataLoaderTest TotalSqlBeanDataLoaderTest public class TotalSqlBeanDataLoaderTest extends TestCase (Code) Template for junit test harness.
This class is responsible for testing SqlBeanDataLoader
since: carbon 2.1author: Akash Tayal, May 2003version: $Revision: 1.1 $($Author: ghinkl $ / $Date: 2003/09/30 02:08:19 $)version: Copyright 2003 Sapient
TotalSqlBeanDataLoaderTest public TotalSqlBeanDataLoaderTest(String testName)(Code)
cleanUpBeforeStart public void cleanUpBeforeStart()(Code) Method cleanUpBeforeStart. Cleans up database table before the test
specific data is loaded.
createTestData public void createTestData()(Code) Method createTestData. Creates test table and populates the data.
suite public static Test suite()(Code) Method called by jUnit to get all the tests in this test case.
Test the suite of tests in this test case
testDefaultImplMap public void testDefaultImplMap()(Code) Test default implementation used for Map
testInvalidBeanAttribute public void testInvalidBeanAttribute()(Code) Test for invalid bean attribute configured
testInvalidConfig public void testInvalidConfig()(Code) Test invalid configuration key column / data load query
testMapImplWithComparator public void testMapImplWithComparator()(Code) Test implementation for Map with comparator
testMapImplWithoutComparator public void testMapImplWithoutComparator()(Code) Test implementation for Map without comparator
testThreeColumnBeanClass public void testThreeColumnBeanClass()(Code) Test for population of 3 column bean class