org.jruby.test
Class DubyTestSuite

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

public class DubyTestSuite
extends junit.framework.TestSuite

Author:
headius

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

DubyTestSuite

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