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 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 QuestionBraceIsCurlyTest
          Test class according to the JUnit protocol.
 class QuestionBraceIsParenOrBracketTest
          Test class according to the JUnit protocol.
 class QuestionCurrLineEmptyTest
          Tests whether the current line is empty.
 class QuestionCurrLineStartsWithSkipCommentsTest
          Test class according to the JUnit protocol.
 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 start the comment?
 class QuestionPrevLineStartsWithTest
          Tests the indention rule which detects whether the immediately previous line starts with a particular string.
 class QuestionStartAfterOpenBraceTest
          Test class according to the JUnit protocol.
 class QuestionStartingNewStmtTest
          Tests the question rule which determines if the current line is starting a new statement.