pt.moredata.netbeans.modules.moredatatemplates.generator
Class DataEntryGeneratorTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
All Implemented Interfaces:
junit.framework.Test

public class DataEntryGeneratorTest
extends TestCase

DataEntryGeneratorTest.java Company MoreData

Version:
$Revision: 1.4 $
Author:
pcarmo

Constructor Summary
DataEntryGeneratorTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Executado antes de cada método do test case
static junit.framework.Test suite()
          A unit test suite for JUnit
 void testGetFileDataCase1()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testGetFileDataCase2()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testGetIteratorCodeCase1()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testGetIteratorCodeCase2()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testReplaceIteratorMacro()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testReplaceMacroClassName()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testReplaceMacroDate()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testReplaceMacroName()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testReplaceMacroTableName()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 void testReplaceMacroUser()
          Test of replaceMacros method, of class pt.moredata.util.StringUtils.
 
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, tearDown, 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

DataEntryGeneratorTest

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

setUp

protected void setUp()
Executado antes de cada método do test case


suite

public static junit.framework.Test suite()
A unit test suite for JUnit

Returns:
The test suite

testReplaceMacroName

public void testReplaceMacroName()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testReplaceMacroClassName

public void testReplaceMacroClassName()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testReplaceMacroDate

public void testReplaceMacroDate()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testReplaceMacroUser

public void testReplaceMacroUser()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testReplaceMacroTableName

public void testReplaceMacroTableName()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testGetIteratorCodeCase1

public void testGetIteratorCodeCase1()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testGetIteratorCodeCase2

public void testGetIteratorCodeCase2()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testReplaceIteratorMacro

public void testReplaceIteratorMacro()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testGetFileDataCase1

public void testGetFileDataCase1()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


testGetFileDataCase2

public void testGetFileDataCase2()
Test of replaceMacros method, of class pt.moredata.util.StringUtils.


main

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