Uses of Class
edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase

Packages that use BraceReductionTestCase
edu.rice.cs.drjava.model.definitions.reducedmodel This package contains the code for the "reduced model": a model of the text in the definitions pane designed for quickly locating matching parentheses, quotation marks, and comment delimiters. 
 

Uses of BraceReductionTestCase in edu.rice.cs.drjava.model.definitions.reducedmodel
 

Subclasses of BraceReductionTestCase in edu.rice.cs.drjava.model.definitions.reducedmodel
 class BackSlashTest
          Test the interactions between double quotes and backslashes.
 class MixedQuoteTest
          Tests the interaction between double and single quotes and comments
 class ReducedModelDeleteTest
          Test the delete functionality of the reduced model.
 class ReducedModelTest
          Tests insertion and move and other non-delete functionality of the reduced model.
 class SingleQuoteTest
          Tests the interaction between quotes and backslashes.