edu.rice.cs.drjava.model.definitions.indent
Class ActionBracePlusTest
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.ActionBracePlusTest
- All Implemented Interfaces:
- Test
public final class ActionBracePlusTest
- extends IndentRulesTestCase
Test class according to the JUnit protocol. Tests the action
that aligns the indentation of the current line to the character
that opened the most recent block or expression list that contains
the beginning of the current line. Optional additional whitespaces
can be passed through the constructor.
- Version:
- $Id: ActionBracePlusTest.java 4519 2008-06-15 07:14:29Z 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 |
ActionBracePlusTest
public ActionBracePlusTest()
testNoSuffix
public void testNoSuffix()
throws BadLocationException
- Throws:
BadLocationException
testSpaceSuffix
public void testSpaceSuffix()
throws BadLocationException
- Throws:
BadLocationException
testLargeSuffix
public void testLargeSuffix()
throws BadLocationException
- Throws:
BadLocationException
testComment
public void testComment()
throws BadLocationException
- Throws:
BadLocationException