JFlex.tests
Class AntTaskTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by JFlex.tests.AntTaskTests
All Implemented Interfaces:
junit.framework.Test

public class AntTaskTests
extends junit.framework.TestCase

Unit tests for the jflex ant task.


Constructor Summary
AntTaskTests(java.lang.String name)
          Constructor for AntTaskTests.
 
Method Summary
protected  void setUp()
           
 void testCodeGen()
           
 void testDefaultDir()
           
 void testDestdir()
           
 void testDot()
           
 void testDump()
           
 void testJlex()
           
 void testNobak()
           
 void testNomin()
           
 void testOutdir()
           
 void testPackageAndClass()
           
 void testPackageAndClassDefaults()
           
 void testSkel()
           
 void testSkipMinimization()
           
 void testTime()
           
 void testVerbose()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AntTaskTests

public AntTaskTests(java.lang.String name)
Constructor for AntTaskTests.

Parameters:
name - test case name
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testPackageAndClass

public void testPackageAndClass()
                         throws java.io.IOException
Throws:
java.io.IOException

testPackageAndClassDefaults

public void testPackageAndClassDefaults()
                                 throws java.io.IOException
Throws:
java.io.IOException

testDestdir

public void testDestdir()
                 throws java.io.IOException
Throws:
java.io.IOException

testOutdir

public void testOutdir()
                throws java.io.IOException
Throws:
java.io.IOException

testDefaultDir

public void testDefaultDir()
                    throws java.io.IOException
Throws:
java.io.IOException

testNomin

public void testNomin()

testSkipMinimization

public void testSkipMinimization()

testNobak

public void testNobak()

testCodeGen

public void testCodeGen()

testSkel

public void testSkel()

testVerbose

public void testVerbose()

testTime

public void testTime()

testDot

public void testDot()

testDump

public void testDump()

testJlex

public void testJlex()