| BasicLibraryTestService |
|
| MainTestSuite |
|
| MockJavaSupport |
|
| MockObjectSpace |
|
| MockRubyObject |
|
| NormalJavaClass |
This is just a normal Java class, used for testing behavior of load/require
when given a Java class file.
|
| OverloadedTest |
|
| TestAdoptedThreading |
A simple "adopted thread" concurrency test case.
|
| TestArrayFlatten |
|
| TestCodeCache |
|
| TestCodegenUtils |
|
| TestCommandlineParser |
|
| TestJavaReentrantExceptions |
Tests that a Java Exception can be thrown from Java through JRuby and
caught again by Java (when unwrapped).
|
| TestJavaReentrantExceptions.ExceptionThrower |
|
| TestJavaUtil |
|
| TestKernel |
Unit test for the kernel class.
|
| TestLoadService |
|
| TestMethodFactories |
|
| TestMethodFactories.MyBoundClass |
|
| TestObjectSpace |
|
| TestParser |
|
| TestRaiseException |
|
| TestRaiseException.ThrowFromJava |
|
| TestRbConfigLibrary |
|
| TestRecursiveCheck |
|
| TestRequire |
Simple test to make sure require works properly in conjunction with jars
in the classpath.
|
| TestRuby |
Unit test for the ruby class.
|
| TestRubyArray |
Test case for functionality in RubyArray
|
| TestRubyBase |
|
| TestRubyBigDecimal |
|
| TestRubyClass |
|
| TestRubyClass.MyRubyObjectSubclass |
|
| TestRubyCollect |
|
| TestRubyException |
|
| TestRubyHash |
|
| TestRubyInstanceConfig |
This should be filled up with more tests for RubyInstanceConfig later
|
| TestRubyInstanceConfig.NullLoadService |
|
| TestRubyNil |
|
| TestRubyNKF |
|
| TestRubyObject |
|
| TestRubyRational |
|
| TestRubyString |
Test case for functionality in RubyArray
|
| TestRubySymbol |
|