edu.cmu.cs.crystal.tac.eclipse
Class EclipseTACNewObjectTest
java.lang.Object
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
EclipseTACNewObjectTest
public EclipseTACNewObjectTest()
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