org.jruby.javasupport.test
Class TestRubyProxyFactory

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jruby.javasupport.test.RubyTestCase
              extended byorg.jruby.javasupport.test.TestRubyProxyFactory
All Implemented Interfaces:
junit.framework.Test

public class TestRubyProxyFactory
extends RubyTestCase


Constructor Summary
TestRubyProxyFactory(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testBool()
           
 void testDouble()
           
 void testDuplicateProxyObjects()
           
 void testEmptyString()
           
 void testGlobalVariable()
           
 void testIngoingProxy()
           
 void testInteger()
           
 void testLong()
           
 void testNewProxyObject()
           
 void testNil()
           
 void testNilGlobalVariable()
           
 void testNoArgs()
           
 void testNumberBoundaries()
           
 void testNumberObjs()
           
 void testObject()
           
 void testOutcomingProxy()
           
 void testString()
           
 void testToString()
           
 
Methods inherited from class org.jruby.javasupport.test.RubyTestCase
createRuby, initRuby
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRubyProxyFactory

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

setUp

public void setUp()
           throws java.io.IOException
Throws:
java.io.IOException

tearDown

public void tearDown()

testNewProxyObject

public void testNewProxyObject()

testDuplicateProxyObjects

public void testDuplicateProxyObjects()

testNoArgs

public void testNoArgs()

testInteger

public void testInteger()

testDouble

public void testDouble()

testLong

public void testLong()

testNumberObjs

public void testNumberObjs()

testNumberBoundaries

public void testNumberBoundaries()

testString

public void testString()

testBool

public void testBool()

testEmptyString

public void testEmptyString()

testObject

public void testObject()

testToString

public void testToString()

testNil

public void testNil()

testOutcomingProxy

public void testOutcomingProxy()

testIngoingProxy

public void testIngoingProxy()

testGlobalVariable

public void testGlobalVariable()
                        throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

testNilGlobalVariable

public void testNilGlobalVariable()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.