org.jruby.test
Class TestRubyInstanceConfig

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jruby.test.TestRubyBase
              extended by org.jruby.test.TestRubyInstanceConfig
All Implemented Interfaces:
junit.framework.Test

public class TestRubyInstanceConfig
extends TestRubyBase

This should be filled up with more tests for RubyInstanceConfig later


Nested Class Summary
protected static class TestRubyInstanceConfig.NullLoadService
           
 
Field Summary
 
Fields inherited from class org.jruby.test.TestRubyBase
runtime
 
Constructor Summary
TestRubyInstanceConfig(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
 void testRubyInstanceConfigDefaults()
           
 void testRubyInstanceConfigOverriding()
           
 void testSettingNewLoaderWillCreateNewClassLoader()
           
 
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

TestRubyInstanceConfig

public TestRubyInstanceConfig(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testRubyInstanceConfigDefaults

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

testRubyInstanceConfigOverriding

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

testSettingNewLoaderWillCreateNewClassLoader

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


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