edu.rice.cs.drjava.model.definitions.indent
Class ActionDoNothingTest
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.ActionDoNothingTest
- All Implemented Interfaces:
- Test
public final class ActionDoNothingTest
- extends IndentRulesTestCase
Tests the action rule which does nothing to the given text.
- Version:
- $Id: ActionDoNothingTest.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 |
ActionDoNothingTest
public ActionDoNothingTest()
testEmptyString
public void testEmptyString()
throws BadLocationException
- Tests empty string
- Throws:
BadLocationException
testNoLeadingSpaces
public void testNoLeadingSpaces()
throws BadLocationException
- Tests no leading spaces
- Throws:
BadLocationException
testLeadingSpaces
public void testLeadingSpaces()
throws BadLocationException
- Tests leading spaces
- Throws:
BadLocationException