Class BeanShellScriptInterpreterTest

java.lang.Object
org.apache.maven.shared.scriptinterpreter.BeanShellScriptInterpreterTest

public class BeanShellScriptInterpreterTest
extends java.lang.Object
Tests the BeanShell interpreter facade.
Author:
Benjamin Bentmann
  • Constructor Summary

    Constructors
    Constructor Description
    BeanShellScriptInterpreterTest()  
  • Method Summary

    Modifier and Type Method Description
    void testEvaluateScript()  
    void testEvaluateScriptVars()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeanShellScriptInterpreterTest

      public BeanShellScriptInterpreterTest()
  • Method Details

    • testEvaluateScript

      public void testEvaluateScript() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • testEvaluateScriptVars

      public void testEvaluateScriptVars() throws java.lang.Exception
      Throws:
      java.lang.Exception