org.jruby.test
Class TestRaiseException

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jruby.test.TestRubyBase
              extended byorg.jruby.test.TestRaiseException
All Implemented Interfaces:
junit.framework.Test

public class TestRaiseException
extends TestRubyBase


Nested Class Summary
static class TestRaiseException.ThrowFromJava
           
 
Field Summary
 
Fields inherited from class org.jruby.test.TestRubyBase
runtime
 
Constructor Summary
TestRaiseException()
           
 
Method Summary
protected  void setUp()
           
 void testJavaExceptionTraceIncludesRubys()
           
 void testRubyExceptionTraceIncludesJavas()
           
 
Methods inherited from class org.jruby.test.TestRubyBase
eval, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRaiseException

public TestRaiseException()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testJavaExceptionTraceIncludesRubys

public void testJavaExceptionTraceIncludesRubys()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

testRubyExceptionTraceIncludesJavas

public void testRubyExceptionTraceIncludesJavas()
                                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2007 JRuby Team. All Rights Reserved.