org.codehaus.groovy.control
Class CompilerConfigurationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by groovy.util.GroovyTestCase
              extended by org.codehaus.groovy.control.CompilerConfigurationTest
All Implemented Interfaces:
junit.framework.Test

public class CompilerConfigurationTest
extends GroovyTestCase

Make sure CompilerConfiguration works.


Field Summary
 
Fields inherited from class groovy.util.GroovyTestCase
log, TEST_SCRIPT_NAME_PREFIX
 
Constructor Summary
CompilerConfigurationTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCopyConstructor1()
           
 void testCopyConstructor2()
           
 void testDefaultConstructor()
           
 void testSetViaSystemProperties()
           
 
Methods inherited from class groovy.util.GroovyTestCase
assertArrayEquals, assertContains, assertContains, assertEquals, assertEquals, assertEquals, assertInspect, assertLength, assertLength, assertLength, assertScript, assertToString, fixEOLs, getMethodName, getName, getTestClassName, notYetImplemented, notYetImplemented, shouldFail, shouldFail, shouldFailWithCause
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerConfigurationTest

public CompilerConfigurationTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testDefaultConstructor

public void testDefaultConstructor()

testSetViaSystemProperties

public void testSetViaSystemProperties()

testCopyConstructor1

public void testCopyConstructor1()

testCopyConstructor2

public void testCopyConstructor2()