| edu.rice.cs.drjava.DrJavaTestCase edu.rice.cs.drjava.model.debug.DebugWatchDataTest
DebugWatchDataTest | final public class DebugWatchDataTest extends DrJavaTestCase (Code) | | Tests that the DebugWatchData class can display state correctly.
version: $Id: DebugWatchDataTest.java 4255 2007-08-28 19:17:37Z mgricken $ |
Method Summary | |
public void | testFirstCreation() Tests the state of a watch after its creation. | public void | testInScopeThenCleared() Tests that a watch displays its value and type correctly,
then hides it when the thread resumes. | public void | testNotInScope() Tests that a watch displays correctly if it is not in scope. |
testFirstCreation | public void testFirstCreation()(Code) | | Tests the state of a watch after its creation.
|
testInScopeThenCleared | public void testInScopeThenCleared()(Code) | | Tests that a watch displays its value and type correctly,
then hides it when the thread resumes. Also tests that
the changed flag works correctly.
|
testNotInScope | public void testNotInScope()(Code) | | Tests that a watch displays correctly if it is not in scope.
|
Fields inherited from edu.rice.cs.drjava.DrJavaTestCase | final public static String TEST_DRJAVA_CONFIG_PROPERTY(Code)(Java Doc)
|
|
|