public class TestRubyBase
extends TestCase
Constructor and Description |
---|
TestRubyBase() |
TestRubyBase(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
eval(java.lang.String script)
evaluate a string and returns the standard output.
|
protected void |
setUp() |
protected void |
tearDown() |
protected Ruby runtime
public TestRubyBase()
public TestRubyBase(java.lang.String name)
protected void setUp() throws java.lang.Exception
java.lang.Exception
protected java.lang.String eval(java.lang.String script) throws java.lang.Exception
script
- the String to eval as a Stringjava.lang.Exception
protected void tearDown() throws java.lang.Exception
java.lang.Exception
Copyright © 2002-2009 JRuby Team. All Rights Reserved.