org.jruby.test
Class Ruby1_9TestSuite

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

public class Ruby1_9TestSuite
extends TestUnitTestSuite

Author:
headius

Field Summary
static java.lang.String TEST_INDEX
           
 
Fields inherited from class org.jruby.test.TestUnitTestSuite
err, in, out, printErr, printOut, runtime
 
Constructor Summary
Ruby1_9TestSuite(java.lang.String testIndex)
           
 
Method Summary
protected  java.lang.String generateTestScript(java.lang.String scriptName, java.lang.String testClass)
           
static junit.framework.Test suite()
          suite method automatically generated by JUnit module
 
Methods inherited from class org.jruby.test.TestUnitTestSuite
setUp, 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

TEST_INDEX

public static final java.lang.String TEST_INDEX
See Also:
Constant Field Values
Constructor Detail

Ruby1_9TestSuite

public Ruby1_9TestSuite(java.lang.String testIndex)
                 throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
suite method automatically generated by JUnit module

Throws:
java.lang.Exception

generateTestScript

protected java.lang.String generateTestScript(java.lang.String scriptName,
                                              java.lang.String testClass)
Overrides:
generateTestScript in class TestUnitTestSuite


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