FileDocCategorySizeDatePackage
BeanShellScriptTest.javaAPI DocApache Ant 1.701371Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional

BeanShellScriptTest

public class BeanShellScriptTest extends org.apache.tools.ant.BuildFileTest
Tests the examples of the <script> task docs.
since
Ant 1.5.2

Fields Summary
Constructors Summary
public BeanShellScriptTest(String name)

        super(name);
    
Methods Summary
public voidsetUp()
The JUnit setup method

        configureProject("src/etc/testcases/taskdefs/optional/script.xml");
    
public voidtestCanLoad()

        expectLog("useBeanshell", "I'm here");