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.Exception
public static void tearDownClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public void tearDown() throws java.io.IOException
java.io.IOException
public void testCompile_String() throws java.lang.Exception
java.lang.Exception
public void testCompile_Reader() throws java.lang.Exception
java.lang.Exception
public void testEval_String_ScriptContext() throws java.lang.Exception
java.lang.Exception
public void testEval_String_ScriptContext2() throws java.lang.Exception
java.lang.Exception
public void testEval_Reader_ScriptContext() throws java.lang.Exception
java.lang.Exception
public void testEval_String() throws java.lang.Exception
java.lang.Exception
public void testEval_Reader() throws java.lang.Exception
java.lang.Exception
public void testEval_String_Bindings() throws java.lang.Exception
java.lang.Exception
public void testEval_Reader_Bindings() throws java.lang.Exception
java.lang.Exception
public void testGet()
public void testPut()
public void testGetBindings() throws javax.script.ScriptException
javax.script.ScriptException
public void testSetBindings() throws javax.script.ScriptException
javax.script.ScriptException
public void testCreateBindings()
public void testGetContext()
public void testSetContext()
public void testGetFactory()
public void testInvokeMethod() throws java.lang.Exception
java.lang.Exception
public void testInvokeFunction() throws java.lang.Exception
java.lang.Exception
public void testGetInterface_Class() throws java.io.FileNotFoundException, javax.script.ScriptException
java.io.FileNotFoundException
javax.script.ScriptException
public void testGetInterface_Object_Class() throws java.io.FileNotFoundException, javax.script.ScriptException
java.io.FileNotFoundException
javax.script.ScriptException
public void testARGV() throws javax.script.ScriptException
javax.script.ScriptException
public void testARGV_2() throws javax.script.ScriptException
javax.script.ScriptException
public void testMultipleEngineStates() throws javax.script.ScriptException
javax.script.ScriptException
public void testTermination() throws javax.script.ScriptException
javax.script.ScriptException
public void testClearVariables() throws javax.script.ScriptException
javax.script.ScriptException
Copyright © 2002-2009 JRuby Team. All Rights Reserved.