edu.rice.cs.drjava.ui.predictive
Class PredictiveInputModelTest

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.ui.predictive.PredictiveInputModelTest
All Implemented Interfaces:
Test

public class PredictiveInputModelTest
extends DrJavaTestCase

Unit tests for PredictiveInputModel class.


Field Summary
 
Fields inherited from class edu.rice.cs.drjava.DrJavaTestCase
TEST_DRJAVA_CONFIG_PROPERTY
 
Constructor Summary
PredictiveInputModelTest()
           
 
Method Summary
 void testEmpty()
           
 void testFragmentEmpty()
           
 void testFragmentIgnoreCaseEmpty()
           
 void testFragmentIgnoreCaseNarrowingWithExtend()
           
 void testFragmentIgnoreCaseNarrowingWithSet()
           
 void testFragmentIgnoreCaseSetMatching()
           
 void testFragmentIgnoreCaseSetNotInList()
           
 void testFragmentIgnoreCaseSetNotMatching()
           
 void testFragmentIgnoreCaseWidening()
           
 void testFragmentInitial()
           
 void testFragmentLineNumStrategy()
           
 void testFragmentNarrowingWithExtend()
           
 void testFragmentNarrowingWithSet()
           
 void testFragmentSetMatching()
           
 void testFragmentSetNotInList()
           
 void testFragmentSetNotMatching()
           
 void testFragmentWidening()
           
 void testIgnoreCaseNarrowingWithExtend()
           
 void testIgnoreCaseNarrowingWithSet()
           
 void testIgnoreCaseSetMatching()
           
 void testIgnoreCaseSetNotInList()
           
 void testIgnoreCaseSetNotMatching()
           
 void testIgnoreCaseWidening()
           
 void testInitial()
           
 void testJavaAPIFragmentLineNumStrategy()
           
 void testNarrowingWithExtend()
           
 void testNarrowingWithSet()
           
 void testRegExStrategy()
           
 void testSetMatching()
           
 void testSetNotInList()
           
 void testSetNotMatching()
           
 void testWidening()
           
 
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

PredictiveInputModelTest

public PredictiveInputModelTest()
Method Detail

testInitial

public void testInitial()

testEmpty

public void testEmpty()

testNarrowingWithExtend

public void testNarrowingWithExtend()

testNarrowingWithSet

public void testNarrowingWithSet()

testWidening

public void testWidening()

testSetMatching

public void testSetMatching()

testSetNotMatching

public void testSetNotMatching()

testSetNotInList

public void testSetNotInList()

testIgnoreCaseNarrowingWithExtend

public void testIgnoreCaseNarrowingWithExtend()

testIgnoreCaseNarrowingWithSet

public void testIgnoreCaseNarrowingWithSet()

testIgnoreCaseWidening

public void testIgnoreCaseWidening()

testIgnoreCaseSetMatching

public void testIgnoreCaseSetMatching()

testIgnoreCaseSetNotMatching

public void testIgnoreCaseSetNotMatching()

testIgnoreCaseSetNotInList

public void testIgnoreCaseSetNotInList()

testFragmentInitial

public void testFragmentInitial()

testFragmentEmpty

public void testFragmentEmpty()

testFragmentNarrowingWithExtend

public void testFragmentNarrowingWithExtend()

testFragmentNarrowingWithSet

public void testFragmentNarrowingWithSet()

testFragmentWidening

public void testFragmentWidening()

testFragmentSetMatching

public void testFragmentSetMatching()

testFragmentSetNotMatching

public void testFragmentSetNotMatching()

testFragmentSetNotInList

public void testFragmentSetNotInList()

testFragmentIgnoreCaseEmpty

public void testFragmentIgnoreCaseEmpty()

testFragmentIgnoreCaseNarrowingWithExtend

public void testFragmentIgnoreCaseNarrowingWithExtend()

testFragmentIgnoreCaseNarrowingWithSet

public void testFragmentIgnoreCaseNarrowingWithSet()

testFragmentIgnoreCaseWidening

public void testFragmentIgnoreCaseWidening()

testFragmentIgnoreCaseSetMatching

public void testFragmentIgnoreCaseSetMatching()

testFragmentIgnoreCaseSetNotMatching

public void testFragmentIgnoreCaseSetNotMatching()

testFragmentIgnoreCaseSetNotInList

public void testFragmentIgnoreCaseSetNotInList()

testRegExStrategy

public void testRegExStrategy()

testFragmentLineNumStrategy

public void testFragmentLineNumStrategy()

testJavaAPIFragmentLineNumStrategy

public void testJavaAPIFragmentLineNumStrategy()