pt.despodata.java.ddata.tests
Class DDataTypeEditorTest

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

public class DDataTypeEditorTest
extends TestCase

DDataTypeEditorTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
mcosta

Constructor Summary
DDataTypeEditorTest(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 testGetTags()
          Test of getTags method, of class pt.despodata.java.ddata.DDataTypeEditor.
 void testMissingTest()
           
 
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

DDataTypeEditorTest

public DDataTypeEditorTest(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

testGetTags

public void testGetTags()
Test of getTags method, of class pt.despodata.java.ddata.DDataTypeEditor.