Class GroovyScriptInterpreterTest
java.lang.Object
org.apache.maven.shared.scriptinterpreter.GroovyScriptInterpreterTest
public class GroovyScriptInterpreterTest
extends java.lang.Object
Tests the Groovy interpreter facade.
- Author:
- Benjamin Bentmann
-
Constructor Summary
Constructors Constructor Description GroovyScriptInterpreterTest() -
Method Summary
Modifier and Type Method Description voidtestEvaluateScript()voidtestEvaluateScriptVars()voidtestEvaluateScriptWithCustomClassPath()voidtestEvaluateScriptWithDefaultClassPath()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GroovyScriptInterpreterTest
public GroovyScriptInterpreterTest()
-
-
Method Details
-
testEvaluateScript
public void testEvaluateScript() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEvaluateScriptWithDefaultClassPath
public void testEvaluateScriptWithDefaultClassPath() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEvaluateScriptWithCustomClassPath
public void testEvaluateScriptWithCustomClassPath() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEvaluateScriptVars
public void testEvaluateScriptVars() throws java.lang.Exception- Throws:
java.lang.Exception
-