|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
Test the delete functionality of the reduced model.
Field Summary | |
protected BraceReduction |
model0
|
protected BraceReduction |
model1
|
protected BraceReduction |
model2
|
Fields inherited from class junit.framework.TestCase |
fName |
Fields inherited from interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates |
FREE, INSIDE_BLOCK_COMMENT, INSIDE_DOUBLE_QUOTE, INSIDE_LINE_COMMENT, INSIDE_SINGLE_QUOTE, STUTTER |
Constructor Summary | |
ReducedModelDeleteTest(String name)
put your documentation comment here |
Method Summary | |
void |
deleteLineCommentSlashOpensBlockComment()
put your documentation comment here |
protected void |
insertGap(BraceReduction model,
int size)
|
protected void |
setUp()
put your documentation comment here |
static Test |
suite()
put your documentation comment here |
void |
testBlockCommentStartEatsEnd()
put your documentation comment here |
void |
testCrazyDelete()
put your documentation comment here |
void |
testDeleteAndMergeTwoGaps()
put your documentation comment here |
void |
testDeleteBlockCommentMakesLineComment()
put your documentation comment here |
void |
testDeleteFreesBlockCommentEnd()
put your documentation comment here |
void |
testDeleteNewlineAndShadowBlockCommentStart()
put your documentation comment here |
void |
testHalfLineComment()
put your documentation comment here |
void |
testInnerGapDelete()
put your documentation comment here |
void |
testLineCommentStealsBlockCommentSlash()
put your documentation comment here |
void |
testLineCommentStealsLineCommentSlash()
put your documentation comment here |
void |
testStartDeleteGap()
put your documentation comment here |
void |
testUnmaskBlockCommentedLineComment()
put your documentation comment here |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected BraceReduction model0
protected BraceReduction model1
protected BraceReduction model2
Constructor Detail |
public ReducedModelDeleteTest(String name)
String
- nameMethod Detail |
protected void setUp()
setUp
in class TestCase
public static Test suite()
protected void insertGap(BraceReduction model, int size)
public void testHalfLineComment()
public void testInnerGapDelete()
public void testDeleteAndMergeTwoGaps()
public void testDeleteBlockCommentMakesLineComment()
public void testLineCommentStealsBlockCommentSlash()
public void testLineCommentStealsLineCommentSlash()
public void testDeleteNewlineAndShadowBlockCommentStart()
public void testBlockCommentStartEatsEnd()
public void deleteLineCommentSlashOpensBlockComment()
public void testStartDeleteGap()
public void testDeleteFreesBlockCommentEnd()
public void testUnmaskBlockCommentedLineComment()
public void testCrazyDelete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |