org.jruby.test
Class JRubyTestSuite

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

public class JRubyTestSuite
extends junit.framework.TestSuite

Author:
headius

Field Summary
static java.lang.String TEST_INDEX
           
 
Constructor Summary
JRubyTestSuite()
           
 
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

JRubyTestSuite

public JRubyTestSuite()
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.