public class JRubyEngineTest
extends java.lang.Object
Constructor and Description |
---|
JRubyEngineTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testApply()
Test of apply method, of class JRubyEngine.
|
void |
testCall()
Test of call method, of class JRubyEngine.
|
void |
testDeclareBean()
Test of declareBean method, of class JRubyEngine.
|
void |
testEval()
Test of eval method, of class JRubyEngine.
|
void |
testExec()
Test of exec method, of class JRubyEngine.
|
void |
testHandleException()
Test of handleException method, of class JRubyEngine.
|
void |
testInitialize()
Test of initialize method, of class JRubyEngine.
|
void |
testLVar() |
void |
testPathTyp() |
void |
testRubyVersion() |
void |
testTerminate()
Test of terminate method, of class JRubyEngine.
|
void |
testUndeclareBean()
Test of undeclareBean method, of class JRubyEngine.
|
public static void setUpClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void tearDown()
public void testApply() throws BSFException
BSFException
public void testEval() throws java.lang.Exception
java.lang.Exception
public void testExec() throws java.lang.Exception
java.lang.Exception
public void testCall() throws java.lang.Exception
java.lang.Exception
public void testInitialize() throws java.lang.Exception
java.lang.Exception
public void testDeclareBean() throws java.lang.Exception
java.lang.Exception
public void testUndeclareBean() throws java.lang.Exception
java.lang.Exception
public void testHandleException() throws BSFException
BSFException
public void testTerminate() throws BSFException
BSFException
public void testPathTyp() throws BSFException
BSFException
public void testRubyVersion() throws BSFException
BSFException
public void testLVar() throws BSFException
BSFException
Copyright © 2002-2009 JRuby Team. All Rights Reserved.