| groovy.util.GroovyTestCase org.codehaus.groovy.ant.GroovyTest
GroovyTest | public class GroovyTest extends GroovyTestCase (Code) | | Unit tests for the
Groovy ant task.
Caution: the *.groovy files used by this test should not get compiled with the rest of the
test classes compilation process otherwiser they would be available in the classpath
and the tests here would be meaningless (tested by testClasspath_missing).
author: Marc Guillemot |
testClasspath_classpathAttribute | public void testClasspath_classpathAttribute()(Code) | | |
testClasspath_classpathrefAttribute | public void testClasspath_classpathrefAttribute()(Code) | | |
testClasspath_missing | public void testClasspath_missing()(Code) | | |
testClasspath_nestedclasspath | public void testClasspath_nestedclasspath()(Code) | | |
testGroovyCodeExternalFile | public void testGroovyCodeExternalFile()(Code) | | |
testGroovyCodeInExternalFileWithOtherClass | public void testGroovyCodeInExternalFileWithOtherClass()(Code) | | |
testGroovyCodeWithinTag | public void testGroovyCodeWithinTag()(Code) | | |
|
|