org.jruby.ast.visitor.rewriter
Class SourceRewriteTester

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.jruby.ast.visitor.rewriter.SourceRewriteTester
All Implemented Interfaces:
junit.framework.Test

public class SourceRewriteTester
extends junit.framework.TestSuite


Constructor Summary
SourceRewriteTester()
           
 
Method Summary
static java.lang.String generateSource(java.lang.String original)
           
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

SourceRewriteTester

public SourceRewriteTester()
Method Detail

generateSource

public static java.lang.String generateSource(java.lang.String original)

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Throws:
java.lang.Exception


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