public class TestRuby extends TestRubyBase
runtime
Constructor and Description |
---|
TestRuby(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
testArgvIsNonNil() |
void |
testNativeENVSetting() |
void |
testNativeENVSettingWhenItIsDisabledOnTheRuntime() |
void |
testNativeENVSettingWhenNativeIsDisabledGlobally() |
void |
testNativeENVSettingWhenNativeIsDisabledGloballyButExplicitlyEnabledOnTheRuntime() |
void |
testPrintErrorShouldOnlyPrintErrorMessageWhenBacktraceIsNil() |
void |
testPrintErrorShouldPrintErrorMessageAndStacktraceWhenBacktraceIsPresent() |
void |
testPrintErrorWithNilBacktrace() |
void |
testPrintErrorWithStringBacktrace() |
void |
testRequireCextNotAllowedWhenCextIsDisabledGlobally() |
eval, setUp, tearDown
public void testArgvIsNonNil() throws java.lang.Exception
java.lang.Exception
public void testNativeENVSetting() throws java.lang.Exception
java.lang.Exception
public void testNativeENVSettingWhenItIsDisabledOnTheRuntime() throws java.lang.Exception
java.lang.Exception
public void testNativeENVSettingWhenNativeIsDisabledGlobally() throws java.lang.Exception
java.lang.Exception
public void testNativeENVSettingWhenNativeIsDisabledGloballyButExplicitlyEnabledOnTheRuntime() throws java.lang.Exception
java.lang.Exception
public void testRequireCextNotAllowedWhenCextIsDisabledGlobally() throws java.lang.Exception
java.lang.Exception
public void testPrintErrorWithNilBacktrace() throws java.lang.Exception
java.lang.Exception
public void testPrintErrorWithStringBacktrace() throws java.lang.Exception
java.lang.Exception
public void testPrintErrorShouldPrintErrorMessageAndStacktraceWhenBacktraceIsPresent()
public void testPrintErrorShouldOnlyPrintErrorMessageWhenBacktraceIsNil()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.