org.jruby.test
Class ScriptTestSuite

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.jruby.test.ScriptTestSuite
All Implemented Interfaces:
junit.framework.Test

public class ScriptTestSuite
extends junit.framework.TestSuite

Author:
Anders

Constructor Summary
ScriptTestSuite(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 
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
 

Constructor Detail

ScriptTestSuite

public ScriptTestSuite(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()
                                  throws java.io.IOException
Throws:
java.io.IOException


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