public class ScriptingContainerTest
extends java.lang.Object
Constructor and Description |
---|
ScriptingContainerTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
test_runRubyMethod_with_non_ruby_receiver() |
void |
testCallMethod_3args()
Test of callMethod method, of class ScriptingContainer.
|
void |
testCallMethod_4args_1()
Test of callMethod method, of class ScriptingContainer.
|
void |
testCallMethod_4args_2()
Test of callMethod method, of class ScriptingContainer.
|
void |
testCallMethod_4args_3()
Test of callMethod method, of class ScriptingContainer.
|
void |
testCallMethod_without_returnType()
Test of callMethod method, of class ScriptingContainer.
|
void |
testClasspathScriptletHasClasspathFile() |
void |
testClear()
Test of clear method, of class ScriptingContainer.
|
void |
testContainerScrubsStdioDescriptors() |
void |
testEmbedEvalUnitCompileModes() |
void |
testExitTerminatesScript() |
void |
testGet()
Test of get method, of class ScriptingContainer.
|
void |
testGetArgv()
Test of getArgv method, of class ScriptingContainer.
|
void |
testGetAttribute()
Test of getAttribute method, of class ScriptingContainer.
|
void |
testGetAttributeMap()
Test of getAttributeMap method, of class ScriptingContainer.
|
void |
testGetClassCache()
Test of getClassCache method, of class ScriptingContainer.
|
void |
testGetClassLoader()
Test of getClassLoader method, of class ScriptingContainer.
|
void |
testGetCompatVersion()
Test of getCompatVersion method, of class ScriptingContainer.
|
void |
testGetCompileMode()
Test of getCompileMode method, of class ScriptingContainer.
|
void |
testGetCurrentDirectory()
Test of getCurrentDirectory method, of class ScriptingContainer.
|
void |
testGetEnvironment()
Test of getEnvironment method, of class ScriptingContainer.
|
void |
testGetErr()
Test of getErr method, of class ScriptingContainer.
|
void |
testGetError()
Test of getError method, of class ScriptingContainer.
|
void |
testGetErrorWriter()
Test of getErrorWriter method, of class ScriptingContainer.
|
void |
testGetHomeDirectory()
Test of getHomeDirectory method, of class ScriptingContainer.
|
void |
testGetIn()
Test of getIn method, of class ScriptingContainer.
|
void |
testGetInput()
Test of getInput method, of class ScriptingContainer.
|
void |
testGetInstance()
Test of getInstance method, of class ScriptingContainer.
|
void |
testGetJitLogEvery()
Test of getJitLogEvery method, of class ScriptingContainer.
|
void |
testGetJitMax()
Test of getJitMax method, of class ScriptingContainer.
|
void |
testGetJitMaxSize()
Test of getJitMaxSize method, of class ScriptingContainer.
|
void |
testGetJitThreshold()
Test of getJitThreshold method, of class ScriptingContainer.
|
void |
testGetKCode()
Test of getKCode method, of class ScriptingContainer.
|
void |
testGetLoadPaths()
Test of getLoadPaths method, of class ScriptingContainer.
|
void |
testGetLoadServiceCreator()
Test of getLoadServiceCreator method, of class ScriptingContainer.
|
void |
testGetOut()
Test of getOut method, of class ScriptingContainer.
|
void |
testGetOutput()
Test of getOutput method, of class ScriptingContainer.
|
void |
testGetProfile()
Test of getProfile method, of class ScriptingContainer.
|
void |
testGetProperty()
Test of getProperty method, of class ScriptingContainer.
|
void |
testGetProvider()
Test of getProvider method, of class ScriptingContainer.
|
void |
testGetReader()
Test of getReader method, of class ScriptingContainer.
|
void |
testGetRecordSeparator()
Test of getRecordSeparator method, of class ScriptingContainer.
|
void |
testGetRuntime()
Test of getRuntime method, of class ScriptingContainer.
|
void |
testGetScriptFilename()
Test of getScriptFilename method, of class ScriptingContainer.
|
void |
testGetSupportedRubyVersion()
Test of getSupportedRubyVersion method, of class ScriptingContainer.
|
void |
testGetVarMap()
Test of getVarMap method, of class ScriptingContainer.
|
void |
testGetWriter()
Test of getWriter method, of class ScriptingContainer.
|
void |
testIsObjectSpaceEnabled()
Test of isObjectSpaceEnabled method, of class ScriptingContainer.
|
void |
testIsRunRubyInProcess()
Test of isRunRubyInProcess method, of class ScriptingContainer.
|
void |
testMethods()
Test of methods Java object should have.
|
void |
testNewObjectAdapter()
Test of newObjectAdapter method, of class ScriptingContainer.
|
void |
testNewRuntimeAdapter()
Test of newRuntimeAdapter method, of class ScriptingContainer.
|
void |
testNullToContextClassLoader()
Test of Thread.currentThread().setContextClassLoader method
|
void |
testParse_3args_1()
Test of parse method, of class ScriptingContainer.
|
void |
testParse_3args_2()
Test of parse method, of class ScriptingContainer.
|
void |
testParse_3args_3()
Test of parse method, of class ScriptingContainer.
|
void |
testParse_String_intArr()
Test of parse method, of class ScriptingContainer.
|
void |
testPut()
Test of put method, of class ScriptingContainer.
|
void |
testRemove()
Test of remove method, of class ScriptingContainer.
|
void |
testRemoveAttribute()
Test of removeAttribute method, of class ScriptingContainer.
|
void |
testResetErrorWriter()
Test of resetErrorWriter method, of class ScriptingContainer.
|
void |
testResetWriter()
Test of resetWriter method, of class ScriptingContainer.
|
void |
testRubyArrayToJava()
Test of setArgv method, of class ScriptingContainer.
|
void |
testRunScriptlet_InputStream_String()
Test of runScriptlet method, of class ScriptingContainer.
|
void |
testRunScriptlet_PathType_String()
Test of runScriptlet method, of class ScriptingContainer.
|
void |
testRunScriptlet_Reader_String()
Test of runScriptlet method, of class ScriptingContainer.
|
void |
testRunScriptlet_String()
Test of runScriptlet method, of class ScriptingContainer.
|
void |
testScopeInCallMethod()
Test of setClassLoader method, of SystemPropertyCatcher.
|
void |
testSetArgv()
Test of setArgv method, of class ScriptingContainer.
|
void |
testSetAttribute()
Test of setAttribute method, of class ScriptingContainer.
|
void |
testSetClassCache()
Test of setClassCache method, of class ScriptingContainer.
|
void |
testSetClassLoader()
Test of setClassLoader method, of class ScriptingContainer.
|
void |
testSetCompatVersion()
Test of setCompatVersion method, of class ScriptingContainer.
|
void |
testSetCompileMode()
Test of setCompileMode method, of class ScriptingContainer.
|
void |
testSetCurrentDirectory()
Test of setCurrentDirectory method, of class ScriptingContainer.
|
void |
testSetEnvironment()
Test of setEnvironment method, of class ScriptingContainer.
|
void |
testSetError_PrintStream()
Test of setError method, of class ScriptingContainer.
|
void |
testSetError_Writer()
Test of setError method, of class ScriptingContainer.
|
void |
testSetErrorWriter()
Test of setErrorWriter method, of class ScriptingContainer.
|
void |
testSetHomeDirectory()
Test of setHomeDirectory method, of class ScriptingContainer.
|
void |
testSetInput_InputStream()
Test of setInput method, of class ScriptingContainer.
|
void |
testSetInput_Reader()
Test of setInput method, of class ScriptingContainer.
|
void |
testSetJitLogEvery()
Test of setJitLogEvery method, of class ScriptingContainer.
|
void |
testSetJitMax()
Test of setJitMax method, of class ScriptingContainer.
|
void |
testSetJitMaxSize()
Test of setJitMaxSize method, of class ScriptingContainer.
|
void |
testSetJitThreshold()
Test of setJitThreshold method, of class ScriptingContainer.
|
void |
testSetKCode()
Test of setKCode method, of class ScriptingContainer.
|
void |
testSetloadPaths()
Test of setloadPaths method, of class ScriptingContainer.
|
void |
testSetLoadServiceCreator()
Test of setLoadServiceCreator method, of class ScriptingContainer.
|
void |
testSetObjectSpaceEnabled()
Test of setObjectSpaceEnabled method, of class ScriptingContainer.
|
void |
testSetOutput_PrintStream()
Test of setOutput method, of class ScriptingContainer.
|
void |
testSetOutput_Writer()
Test of setOutput method, of class ScriptingContainer.
|
void |
testSetProfile()
Test of setProfile method, of class ScriptingContainer.
|
void |
testSetReader()
Test of setReader method, of class ScriptingContainer.
|
void |
testSetRecordSeparator()
Test of setRecordSeparator method, of class ScriptingContainer.
|
void |
testSetRunRubyInProcess()
Test of setRunRubyInProcess method, of class ScriptingContainer.
|
void |
testSetScriptFilename()
Test of setScriptFilename method, of class ScriptingContainer.
|
void |
testSetWriter()
Test of setWriter method, of class ScriptingContainer.
|
void |
testSharingVariableWithCompileMode()
Test of sharing local vars when JIT mode is set, of class ScriptingContainer.
|
void |
testSystemPropertyCatcherSetClassloader()
Test of setClassLoader method, of SystemPropertyCatcher.
|
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 testGetProperty()
public void testGetSupportedRubyVersion()
public void testGetProvider()
public void testGetRuntime()
public void testGetVarMap()
public void testGetAttributeMap()
public void testGetAttribute()
public void testSetAttribute()
public void testGet()
public void testPut()
public void testParse_String_intArr()
public void testParse_3args_1() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void testParse_3args_2()
public void testParse_3args_3() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void testRunScriptlet_String()
public void testRunScriptlet_Reader_String() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void testRunScriptlet_InputStream_String() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void testRunScriptlet_PathType_String()
public void testNewRuntimeAdapter()
public void testNewObjectAdapter()
public void testCallMethod_3args()
public void testCallMethod_4args_1()
public void testCallMethod_4args_2()
public void testCallMethod_4args_3()
public void testCallMethod_without_returnType()
public void test_runRubyMethod_with_non_ruby_receiver()
public void testGetInstance()
public void testSetReader()
public void testGetReader()
public void testGetIn()
public void testSetWriter()
public void testResetWriter()
public void testGetWriter()
public void testGetOut()
public void testSetErrorWriter()
public void testResetErrorWriter()
public void testGetErrorWriter()
public void testGetErr()
public void testMethods()
public void testGetLoadPaths()
public void testSetloadPaths()
public void testGetInput()
public void testSetInput_InputStream()
public void testSetInput_Reader()
public void testGetOutput()
public void testSetOutput_PrintStream()
public void testSetOutput_Writer()
public void testGetError()
public void testSetError_PrintStream()
public void testSetError_Writer()
public void testGetCompileMode()
public void testSetCompileMode()
public void testIsRunRubyInProcess()
public void testSetRunRubyInProcess()
public void testGetCompatVersion()
public void testSetCompatVersion()
public void testIsObjectSpaceEnabled()
public void testSetObjectSpaceEnabled()
public void testGetEnvironment()
public void testSetEnvironment()
public void testGetCurrentDirectory()
public void testSetCurrentDirectory()
public void testGetHomeDirectory()
public void testSetHomeDirectory()
public void testGetClassCache()
public void testSetClassCache()
public void testGetClassLoader()
public void testSetClassLoader()
public void testGetProfile()
public void testSetProfile()
public void testGetLoadServiceCreator()
public void testSetLoadServiceCreator()
public void testGetArgv()
public void testSetArgv()
public void testRubyArrayToJava()
public void testGetScriptFilename()
public void testSetScriptFilename()
public void testGetRecordSeparator()
public void testSetRecordSeparator()
public void testGetKCode()
public void testSetKCode()
public void testGetJitLogEvery()
public void testSetJitLogEvery()
public void testGetJitThreshold()
public void testSetJitThreshold()
public void testGetJitMax()
public void testSetJitMax()
public void testGetJitMaxSize()
public void testSetJitMaxSize()
public void testRemoveAttribute()
public void testRemove()
public void testClear()
public void testSharingVariableWithCompileMode()
public void testEmbedEvalUnitCompileModes()
public void testNullToContextClassLoader()
public void testSystemPropertyCatcherSetClassloader()
public void testScopeInCallMethod()
public void testExitTerminatesScript()
public void testClasspathScriptletHasClasspathFile()
public void testContainerScrubsStdioDescriptors()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.