org.jruby.ast.visitor.rewriter
Class TestReWriteVisitor

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jruby.ast.visitor.rewriter.TestReWriteVisitor
All Implemented Interfaces:
junit.framework.Test

public class TestReWriteVisitor
extends junit.framework.TestCase


Constructor Summary
TestReWriteVisitor()
           
 
Method Summary
 void testArgumentNode()
           
 void testFileOutputStream()
           
 void testGetLocalVarIndex()
           
 void testUnescapeChar()
           
 void testUnwrapSingleArrayNode()
           
 void testVisitPostExeNode()
           
 void testVisitRegexpNode()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestReWriteVisitor

public TestReWriteVisitor()
Method Detail

testVisitRegexpNode

public void testVisitRegexpNode()

testGetLocalVarIndex

public void testGetLocalVarIndex()

testVisitPostExeNode

public void testVisitPostExeNode()

testUnwrapSingleArrayNode

public void testUnwrapSingleArrayNode()

testUnescapeChar

public void testUnescapeChar()

testArgumentNode

public void testArgumentNode()

testFileOutputStream

public void testFileOutputStream()
                          throws java.io.IOException
Throws:
java.io.IOException


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