| |
|
| org.codehaus.groovy.bsf.BSFTest
BSFTest | public class BSFTest extends TestCase (Code) | | Tests the BSF integration
author: James Strachan author: Paul King version: $Revision: 4254 $ |
Field Summary | |
protected BSFManager | manager |
manager | protected BSFManager manager(Code) | | |
testApplyWithClosure | public void testApplyWithClosure() throws Exception(Code) | | |
testCompileErrorWithEval | public void testCompileErrorWithEval() throws Exception(Code) | | |
testCompileErrorWithExec | public void testCompileErrorWithExec() throws Exception(Code) | | |
testDeclaredVariables | public void testDeclaredVariables() throws Exception(Code) | | |
testNotFoundVariables | public void testNotFoundVariables() throws Exception(Code) | | |
testRegisteredVariables | public void testRegisteredVariables() throws Exception(Code) | | |
testTwoEvalsWithSameName | public void testTwoEvalsWithSameName() throws Exception(Code) | | |
testUndeclaredVariables | public void testUndeclaredVariables() throws Exception(Code) | | |
testUnregisteredVariables | public void testUnregisteredVariables() throws Exception(Code) | | |
|
|
|