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, tearDownpublic void testArgvIsNonNil()
throws java.lang.Exception
java.lang.Exceptionpublic void testNativeENVSetting()
throws java.lang.Exception
java.lang.Exceptionpublic void testNativeENVSettingWhenItIsDisabledOnTheRuntime()
throws java.lang.Exception
java.lang.Exceptionpublic void testNativeENVSettingWhenNativeIsDisabledGlobally()
throws java.lang.Exception
java.lang.Exceptionpublic void testNativeENVSettingWhenNativeIsDisabledGloballyButExplicitlyEnabledOnTheRuntime()
throws java.lang.Exception
java.lang.Exceptionpublic void testRequireCextNotAllowedWhenCextIsDisabledGlobally()
throws java.lang.Exception
java.lang.Exceptionpublic void testPrintErrorWithNilBacktrace()
throws java.lang.Exception
java.lang.Exceptionpublic void testPrintErrorWithStringBacktrace()
throws java.lang.Exception
java.lang.Exceptionpublic void testPrintErrorShouldPrintErrorMessageAndStacktraceWhenBacktraceIsPresent()
public void testPrintErrorShouldOnlyPrintErrorMessageWhenBacktraceIsNil()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.