pt.despodata.java.ddata.tests
Class DDataConfigTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.despodata.java.ddata.tests.DDataConfigTest
All Implemented Interfaces:
junit.framework.Test

public class DDataConfigTest
extends TestCase

DDataConfigTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Constructor Summary
DDataConfigTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Test setup.
static junit.framework.Test suite()
           
protected  void tearDown()
          Undo test changes.
 void testGetDataSourceLocation()
          Test of getDataSourceLocation method, of class pt.despodata.java.ddata.DDataConfig.
 void testGetDecimalFormatSymbols()
          Test of getDecimalFormatSymbols method, of class pt.despodata.java.ddata.DDataConfig.
 void testGetDecimalSeparator()
          Test of getDecimalSeparator method, of class pt.despodata.java.ddata.DDataConfig.
 void testGetImplicitDataSource()
          Test of getImplicitDataSource method, of class pt.despodata.java.ddata.DDataConfig.
 void testGetThousandSeparator()
          Test of getThousandSeparator method, of class pt.despodata.java.ddata.DDataConfig.
 void testMissingTest()
           
 void testSetDataSourceLocation()
          Test of setDataSourceLocation method, of class pt.despodata.java.ddata.DDataConfig.
 void testSetImplicitDataSource()
          Test of setImplicitDataSource method, of class pt.despodata.java.ddata.DDataConfig.
 
Methods inherited from class pt.moredata.tests.TestCase
assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, main, testMissingTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DDataConfigTest

public DDataConfigTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
Test setup. This method is executed once for each test method.


tearDown

protected void tearDown()
Undo test changes. This method is executed once for each test method.


main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
Throws:
java.lang.SecurityException

testGetDecimalSeparator

public void testGetDecimalSeparator()
Test of getDecimalSeparator method, of class pt.despodata.java.ddata.DDataConfig.


testGetThousandSeparator

public void testGetThousandSeparator()
Test of getThousandSeparator method, of class pt.despodata.java.ddata.DDataConfig.


testGetDecimalFormatSymbols

public void testGetDecimalFormatSymbols()
Test of getDecimalFormatSymbols method, of class pt.despodata.java.ddata.DDataConfig.


testSetDataSourceLocation

public void testSetDataSourceLocation()
Test of setDataSourceLocation method, of class pt.despodata.java.ddata.DDataConfig.


testGetDataSourceLocation

public void testGetDataSourceLocation()
Test of getDataSourceLocation method, of class pt.despodata.java.ddata.DDataConfig.


testSetImplicitDataSource

public void testSetImplicitDataSource()
Test of setImplicitDataSource method, of class pt.despodata.java.ddata.DDataConfig.


testGetImplicitDataSource

public void testGetImplicitDataSource()
Test of getImplicitDataSource method, of class pt.despodata.java.ddata.DDataConfig.