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

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

public class EclipseTACFieldTest
extends Object

Author:
kbierhof

Constructor Summary
EclipseTACFieldTest()
           
 
Method Summary
 void testFieldInc()
           
 void testFieldWrite()
           
 void testNestedFieldWrite()
           
 void testObjectRead()
           
 void testPrivateOuterField()
           
 void testReadField()
           
 void testReadThis()
           
 void testVisibleOuterField()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseTACFieldTest

public EclipseTACFieldTest()
Method Detail

testReadField

public void testReadField()
                   throws Exception
Throws:
Exception

testReadThis

public void testReadThis()
                  throws Exception
Throws:
Exception

testObjectRead

public void testObjectRead()
                    throws Exception
Throws:
Exception

testFieldWrite

public void testFieldWrite()
                    throws Exception
Throws:
Exception

testFieldInc

public void testFieldInc()
                  throws Exception
Throws:
Exception

testNestedFieldWrite

public void testNestedFieldWrite()
                          throws Exception
Throws:
Exception

testPrivateOuterField

public void testPrivateOuterField()
                           throws Exception
Throws:
Exception

testVisibleOuterField

public void testVisibleOuterField()
                           throws Exception
Throws:
Exception