edu.rice.cs.drjava.model.definitions.reducedmodel
Class GapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.rice.cs.drjava.DrJavaTestCase
              extended by edu.rice.cs.drjava.model.definitions.reducedmodel.GapTest
All Implemented Interfaces:
Test

public final class GapTest
extends DrJavaTestCase

Tests the functionality of the Gap class.

Version:
$Id: GapTest.java 4447 2008-04-18 16:06:34Z rcartwright $

Field Summary
 
Fields inherited from class edu.rice.cs.drjava.DrJavaTestCase
TEST_DRJAVA_CONFIG_PROPERTY
 
Constructor Summary
GapTest()
           
 
Method Summary
 void testGrow()
          Tests the ability to grow a Gap.
 void testShrink()
          Tests the ability to shrink a Gap.
 
Methods inherited from class edu.rice.cs.drjava.DrJavaTestCase
setConfigSetting, setDocText, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GapTest

public GapTest()
Method Detail

testGrow

public void testGrow()
Tests the ability to grow a Gap.


testShrink

public void testShrink()
Tests the ability to shrink a Gap.