org.jruby.test
Class RubyTestTestSuite

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

public class RubyTestTestSuite
extends junit.framework.TestSuite

Author:
headius

Field Summary
static java.lang.String TEST_INDEX
           
 
Constructor Summary
RubyTestTestSuite()
           
 
Method Summary
static junit.framework.Test suite()
          suite method automatically generated by JUnit module
 
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

RubyTestTestSuite

public RubyTestTestSuite()
Method Detail

suite

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

Throws:
java.lang.Exception


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