org.jruby.ast.visitor.rewriter.utils
Class TestBooleanStateStack

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
All Implemented Interfaces:
junit.framework.Test

public class TestBooleanStateStack
extends junit.framework.TestCase


Constructor Summary
TestBooleanStateStack()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testBooleanStateStack()
           
 void testSet()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TestBooleanStateStack

public TestBooleanStateStack()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testBooleanStateStack

public void testBooleanStateStack()

testSet

public void testSet()


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