edu.cmu.cs.crystal.tac.eclipse
Class EclipseTACNewObjectTest

java.lang.Object
  extended by edu.cmu.cs.crystal.tac.eclipse.EclipseTACNewObjectTest

public class EclipseTACNewObjectTest
extends Object

Test cases for the handling of inner classes in NewObjectInstruction.

Since:
3.3.8
Author:
Kevin Bierhoff

Constructor Summary
EclipseTACNewObjectTest()
           
 
Method Summary
 void testAnonymous()
           
 void testExplicitInner()
           
 void testInner()
           
 void testLocal()
           
 void testOuter()
           
 void testStaticInner()
           
 void testTopLevel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseTACNewObjectTest

public EclipseTACNewObjectTest()
Method Detail

testOuter

public void testOuter()
               throws Exception
Throws:
Exception

testTopLevel

public void testTopLevel()
                  throws Exception
Throws:
Exception

testInner

public void testInner()
               throws Exception
Throws:
Exception

testExplicitInner

public void testExplicitInner()
                       throws Exception
Throws:
Exception

testStaticInner

public void testStaticInner()
                     throws Exception
Throws:
Exception

testLocal

public void testLocal()
               throws Exception
Throws:
Exception

testAnonymous

public void testAnonymous()
                   throws Exception
Throws:
Exception