org.jruby.test
Class TestUnitTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.jruby.test.TestUnitTestSuite
All Implemented Interfaces:
junit.framework.Test

public class TestUnitTestSuite
extends junit.framework.TestSuite

Author:
headius

Field Summary
protected  java.io.ByteArrayOutputStream err
           
protected  java.io.ByteArrayInputStream in
           
protected  java.io.ByteArrayOutputStream out
           
protected  java.io.PrintStream printErr
           
protected  java.io.PrintStream printOut
           
protected  Ruby runtime
           
 
Constructor Summary
TestUnitTestSuite(java.lang.String testIndex)
          suite method automatically generated by JUnit module
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

in

protected java.io.ByteArrayInputStream in

out

protected java.io.ByteArrayOutputStream out

printOut

protected java.io.PrintStream printOut

err

protected java.io.ByteArrayOutputStream err

printErr

protected java.io.PrintStream printErr

runtime

protected Ruby runtime
Constructor Detail

TestUnitTestSuite

public TestUnitTestSuite(java.lang.String testIndex)
                  throws java.lang.Exception
suite method automatically generated by JUnit module

Throws:
java.lang.Exception
Method Detail

setUp

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

tearDown

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


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