JFlex.tests

Class AntTaskTests


public class AntTaskTests
extends TestCase

Unit tests for the jflex ant task.

Constructor Summary

AntTaskTests(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()

Constructor Details

AntTaskTests

public AntTaskTests(String name)
Constructor for AntTaskTests.
Parameters:
name - test case name

Method Details

setUp

protected void setUp()
            throws Exception

testCodeGen

public void testCodeGen()

testDefaultDir

public void testDefaultDir()
            throws IOException

testDestdir

public void testDestdir()
            throws IOException

testDot

public void testDot()

testDump

public void testDump()

testJlex

public void testJlex()

testNobak

public void testNobak()

testNomin

public void testNomin()

testOutdir

public void testOutdir()
            throws IOException

testPackageAndClass

public void testPackageAndClass()
            throws IOException

testPackageAndClassDefaults

public void testPackageAndClassDefaults()
            throws IOException

testSkel

public void testSkel()

testSkipMinimization

public void testSkipMinimization()

testTime

public void testTime()

testVerbose

public void testVerbose()