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 |
testARGV_2() |
void |
testARGV() |
void |
testClearVariables() |
void |
testCompile_Reader()
Test of compile method, of class Jsr223JRubyEngine.
|
void |
testCompile_String()
Test of compile method, of class Jsr223JRubyEngine.
|
void |
testCreateBindings()
Test of createBindings method, of class Jsr223JRubyEngine.
|
void |
testEval_Reader_Bindings()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testEval_Reader_ScriptContext()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testEval_Reader()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testEval_String_Bindings()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testEval_String_ScriptContext()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testEval_String_ScriptContext2()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testEval_String()
Test of eval method, of class Jsr223JRubyEngine.
|
void |
testGet()
Test of get method, of class Jsr223JRubyEngine.
|
void |
testGetBindings()
Test of getBindings method, of class Jsr223JRubyEngine.
|
void |
testGetContext()
Test of getContext method, of class Jsr223JRubyEngine.
|
void |
testGetFactory()
Test of getFactory method, of class Jsr223JRubyEngine.
|
void |
testGetInterface_Class()
Test of getInterface method, of class Jsr223JRubyEngine.
|
void |
testGetInterface_Object_Class()
Test of getInterface method, of class Jsr223JRubyEngine.
|
void |
testInvokeFunction()
Test of invokeFunction method, of class Jsr223JRubyEngine.
|
void |
testInvokeMethod()
Test of invokeMethod method, of class Jsr223JRubyEngine.
|
void |
testMultipleEngineStates() |
void |
testPut()
Test of put method, of class Jsr223JRubyEngine.
|
void |
testSetBindings()
Test of setBindings method, of class Jsr223JRubyEngine.
|
void |
testSetContext()
Test of setContext method, of class Jsr223JRubyEngine.
|
void |
testTermination() |
public static void setUpClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void tearDown()
throws java.io.IOException
java.io.IOExceptionpublic void testCompile_String()
throws java.lang.Exception
java.lang.Exceptionpublic void testCompile_Reader()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_String_ScriptContext()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_String_ScriptContext2()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_Reader_ScriptContext()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_String()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_Reader()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_String_Bindings()
throws java.lang.Exception
java.lang.Exceptionpublic void testEval_Reader_Bindings()
throws java.lang.Exception
java.lang.Exceptionpublic void testGet()
public void testPut()
public void testGetBindings()
throws javax.script.ScriptException
javax.script.ScriptExceptionpublic void testSetBindings()
throws javax.script.ScriptException
javax.script.ScriptExceptionpublic void testCreateBindings()
public void testGetContext()
public void testSetContext()
public void testGetFactory()
public void testInvokeMethod()
throws java.lang.Exception
java.lang.Exceptionpublic void testInvokeFunction()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetInterface_Class()
throws java.io.FileNotFoundException,
javax.script.ScriptException
java.io.FileNotFoundExceptionjavax.script.ScriptExceptionpublic void testGetInterface_Object_Class()
throws java.io.FileNotFoundException,
javax.script.ScriptException
java.io.FileNotFoundExceptionjavax.script.ScriptExceptionpublic void testARGV()
throws javax.script.ScriptException
javax.script.ScriptExceptionpublic void testARGV_2()
throws javax.script.ScriptException
javax.script.ScriptExceptionpublic void testMultipleEngineStates()
throws javax.script.ScriptException
javax.script.ScriptExceptionpublic void testTermination()
throws javax.script.ScriptException
javax.script.ScriptExceptionpublic void testClearVariables()
throws javax.script.ScriptException
javax.script.ScriptExceptionCopyright © 2002-2009 JRuby Team. All Rights Reserved.