org.jruby.ast.visitor.rewriter
Class TestReWriteVisitor

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.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 testVisitOptNNode()
           
 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()

testVisitOptNNode

public void testVisitOptNNode()

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.