Uses of Class
edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase

Packages that use IndentRulesTestCase
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
edu.rice.cs.drjava.model.definitions.indent Provides a decision tree used to correctly indent the current line. 
 

Uses of IndentRulesTestCase in edu.rice.cs.drjava.model.definitions
 

Subclasses of IndentRulesTestCase in edu.rice.cs.drjava.model.definitions
 class IndentHelperTest
          Tests for the helper methods in DefinitionsDocument
 

Uses of IndentRulesTestCase in edu.rice.cs.drjava.model.definitions.indent
 

Subclasses of IndentRulesTestCase in edu.rice.cs.drjava.model.definitions.indent
 class ActionBracePlusTest
          Test class according to the JUnit protocol.
 class ActionDoNothingTest
          Tests the action rule which does nothing to the given text.
 class ActionStartPrevLinePlusMultilinePreserveTest
          Tests ActionStartPrevLinePlusMultilinePreserve(String,int,int,int,int).
 class ActionStartPrevLinePlusTest
          Tests ActionStartPrevLinePlus(String)
 class ActionStartPrevStmtPlusTest
          Test the action rules for code in the indentation decision tree.
 class ActionStartStmtOfBracePlusTest
          Test the action rules for code in the indentation decision tree.
 class IndentRuleWithTraceTest
          This class does almost all the work for keeping an indent tree trace.
 class QuestionBraceIsCurlyTest
          Test class according to the JUnit protocol.
 class QuestionBraceIsParenOrBracketTest
          Test class according to the JUnit protocol.
 class QuestionCurrLineEmptyOrEnterPressTest
          Tests whether the current line is empty.
 class QuestionCurrLineIsWingCommentTest
          Tests visitor class that determines whether the current line is a wing comment.
 class QuestionCurrLineStartsWithSkipCommentsTest
          Tests the proper functionality of the class QuestionCurrLineStartsWithSkipComments.
 class QuestionCurrLineStartsWithTest
          Tests the indention rule which detects whether the current line starts with a particular string.
 class QuestionExistsCharInStmtTest
          Tests the question rule which determines if the given findChar is found between the start of the statement and the endChar, which must exist on the current line.
 class QuestionHasCharPrecedingOpenBraceTest
          Test class according to the JUnit protocol.
 class QuestionInsideCommentTest
          Tests whether start of line is within a multiline comment.
 class QuestionLineContainsTest
          Tests the question rule which determines if the current line in the document contains the given character.
 class QuestionNewParenPhraseTest
          Tests the indention rule which detects whether the current line starts a new parenthesized phrase.
 class QuestionPrevLineStartsCommentTest
          Tests whether the previous line starts the comment containing the cursor.
 class QuestionPrevLineStartsWithTest
          Tests the indention rule which detects whether the immediately previous line starts with a particular string.
 class QuestionStartAfterOpenBraceTest
          Tests whether the closest non-whitespace character preceding the start of the current line (excluding any characters inside comments or strings) is an open brace.
 class QuestionStartingNewStmtTest
          Tests the question rule which determines if the current line is starting a new statement.