edu.rice.cs.drjava.model.definitions.indent
Class ActionStartPrevStmtPlusTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.rice.cs.drjava.DrJavaTestCase
edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
- All Implemented Interfaces:
- Test
public final class ActionStartPrevStmtPlusTest
- extends IndentRulesTestCase
Test the action rules for code in the indentation decision tree.
The implementation relies heavily on functions which are fully
tested in IndentHelpersTest.
- Version:
- $Id: ActionStartPrevStmtPlusTest.java 4520 2008-06-17 05:07:27Z rcartwright $
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
ActionStartPrevStmtPlusTest
public ActionStartPrevStmtPlusTest()
testNoPrevStmt
public void testNoPrevStmt()
throws BadLocationException
- Throws:
BadLocationException
testPrevStmtPrevLine
public void testPrevStmtPrevLine()
throws BadLocationException
- Throws:
BadLocationException
testPrevStmtSeveralLinesBeforeCurrLocation
public void testPrevStmtSeveralLinesBeforeCurrLocation()
throws BadLocationException
- Throws:
BadLocationException
testColonNotDelim
public void testColonNotDelim()
throws BadLocationException
- Throws:
BadLocationException
testAfterArrayAssign
public void testAfterArrayAssign()
throws BadLocationException
- Throws:
BadLocationException
testAfterArrayAssignMultiSemi
public void testAfterArrayAssignMultiSemi()
throws BadLocationException
- Throws:
BadLocationException
testAnonymousInnerClassAssign
public void testAnonymousInnerClassAssign()
throws BadLocationException
- Throws:
BadLocationException
testAnonymousInnerClassArg
public void testAnonymousInnerClassArg()
throws BadLocationException
- Throws:
BadLocationException