testThreadShouldDie() Tests that watches can correctly see the values of final local variables and method parameters from enclosing
classes.
public void
testWatchLocalVarsFromInnerClass() Tests that watches can correctly see the values of final local variables and method parameters from enclosing
classes.
Method Detail
testBreakpointsAndStepsInNonPublicClasses
public synchronized void testBreakpointsAndStepsInNonPublicClasses() throws Exception(Code)
Tests that breakpoints behave correctly in non-public classes.
Tests that watches can correctly see the values of local variables, fields and fields of outer classes. Also tests
that we can watch objects initialized to null (bug #771040) and that we can watch final local variables of outer
classes (bug #769174).
testStaticFieldsConsistent
public void testStaticFieldsConsistent() throws Exception(Code)
Tests that static fields are consistent across different interpreter contexts.
Tests that watches can correctly see the values of final local variables and method parameters from enclosing
classes. Note: Some final local variables are inlined by the compiler (even in debug mode), so they are
unavailable to the debugger.
testWatchLocalVarsFromInnerClass
public void testWatchLocalVarsFromInnerClass() throws Exception(Code)
Tests that watches can correctly see the values of final local variables and method parameters from enclosing
classes. Note: Some final local variables are inlined by the compiler (even in debug mode), so they are
unavailable to the debugger.
Fields inherited from edu.rice.cs.drjava.model.debug.jpda.JPDADebugTestCase