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

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

public class EclipseTACSimpleTest
extends Object

Author:
Kevin Bierhoff

Constructor Summary
EclipseTACSimpleTest()
           
 
Method Summary
 void testSimpleBinop()
           
 void testSimpleCall()
           
 void testSimpleReturn()
           
 void testStaticCall()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseTACSimpleTest

public EclipseTACSimpleTest()
Method Detail

testSimpleBinop

public void testSimpleBinop()
                     throws Exception
Throws:
Exception

testSimpleCall

public void testSimpleCall()
                    throws Exception
Throws:
Exception

testStaticCall

public void testStaticCall()
                    throws Exception
Throws:
Exception

testSimpleReturn

public void testSimpleReturn()
                      throws Exception
Throws:
Exception