|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
se.biltmore.tools.fileeditor.TextFileEditorTest
public class TextFileEditorTest
Constructor Summary | |
---|---|
TextFileEditorTest(String testName)
|
Method Summary | |
---|---|
void |
testAppendBuffer()
Test of appendBuffer method, of class TextFileEditor. |
void |
testClearSelection()
Test of clearSelection method, of class TextFileEditor. |
void |
testDeleteCurrentLine()
Test of deleteCurrentLine method, of class TextFileEditor. |
void |
testDeleteCurrentWord_char()
Test of deleteCurrentWord method, of class TextFileEditor. |
void |
testDeleteSelectionMultiLine()
Test of deleteSelection method, of class TextFileEditor. |
void |
testDeleteSelectionMultiLineFullLines()
Test of deleteSelection method, of class TextFileEditor. |
void |
testDeleteSelectionSingleLine()
Test of deleteSelection method, of class TextFileEditor. |
void |
testFind()
Test of find method, of class TextFileEditor. |
void |
testFindAllBlankLines()
Test of findAllBlankLines method, of class TextFileEditor. |
void |
testFindAllLinesMatching()
Test of findAllLinesMatching method, of class TextFileEditor. |
void |
testFindAllOccurences()
Test of findAllOccurences method, of class TextFileEditor. |
void |
testFindBlankLine()
Test of findBlankLine method, of class TextFileEditor. |
void |
testFindLast()
Test of findLast method, of class TextFileEditor. |
void |
testFindLastOccurence()
Test of findLastOccurence method, of class TextFileEditor. |
void |
testFindNext()
Test of findNext method, of class TextFileEditor. |
void |
testFindNextBlankLine()
Test of findNextBlankLine method, of class TextFileEditor. |
void |
testGetChar()
Test of getChar method, of class TextFileEditor. |
void |
testGetSelectedTextAsString()
Test of getSelectedTextAsString method, of class TextFileEditor. |
void |
testGetSubString_3args()
Test of getSubString method, of class TextFileEditor. |
void |
testInsertBuffer()
Test of insertBuffer method, of class TextFileEditor. |
void |
testInsertLine()
Test of insertLine method, of class TextFileEditor. |
void |
testInsertLineAbove()
Test of insertLineAbove method, of class TextFileEditor. |
void |
testIsOnFirstColumn()
Test of isOnFirstColumn method, of class TextFileEditor. |
void |
testIsOnFirstLine()
Test of isOnFirstLine method, of class TextFileEditor. |
void |
testIsOnLastColumn()
Test of isOnLastColumn method, of class TextFileEditor. |
void |
testIsOnLastLine()
Test of isOnLastLine method, of class TextFileEditor. |
void |
testLineMatches()
Test of lineMatches method, of class TextFileEditor. |
void |
testMoveAndReturnNextChar()
Test of moveToAndReturnNextChar method, of class TextFileEditor. |
void |
testMoveDown()
Test of moveDown method, of class TextFileEditor. |
void |
testMoveLeft()
Test of moveLeft method, of class TextFileEditor. |
void |
testMoveRight()
Test of moveRight method, of class TextFileEditor. |
void |
testMoveToBeginningOfLine()
Test of moveToBeginningOfLine method, of class TextFileEditor. |
void |
testMoveToBottomOfFile()
Test of moveToBottomOfFile method, of class TextFileEditor. |
void |
testMoveToEndOfFile()
Test of moveToEndOfFile method, of class TextFileEditor. |
void |
testMoveToEndOfLine()
Test of moveToEndOfLine method, of class TextFileEditor. |
void |
testMoveToMatching()
Test of moveToMatching method, of class TextFileEditor. |
void |
testMoveToNextChar()
Test of moveToNextChar method, of class TextFileEditor. |
void |
testMoveToPrevChar()
Test of moveToPrevChar method, of class TextFileEditor. |
void |
testMoveToTopOfFile()
Test of moveToTopOfFile method, of class TextFileEditor. |
void |
testMoveUp()
Test of moveUp method, of class TextFileEditor. |
void |
testMoveWordsLeft()
Test of moveWordsLeft method, of class TextFileEditor. |
void |
testMoveWordsRigth()
Test of moveWordsRight method, of class TextFileEditor. |
void |
testNextLineMatches()
Test of nextLineMatches method, of class TextFileEditor. |
void |
testReplaceAllInCurrentLine()
Test of replaceAllInCurrentLine method, of class TextFileEditor. |
void |
testReplaceAllInFile()
Test of replaceAllInFile method, of class TextFileEditor. |
void |
testReplaceCurrentLine()
Test of replaceCurrentLine method, of class TextFileEditor. |
void |
testReplaceFirstInCurrentLine()
Test of replaceFirstInCurrentLine method, of class TextFileEditor. |
void |
testReplaceSelectionWithTextBuffer()
Test of replaceSelectionWithTextBuffer method, of class TextFileEditor. |
void |
testSelection()
Test of startSelection & endSelection methods, of class TextFileEditor. |
void |
testSelectToMatching()
Test of selectToMatching method, of class TextFileEditor. |
void |
testSetPosition_Position()
Test of setPosition method, of class TextFileEditor. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextFileEditorTest(String testName)
Method Detail |
---|
public void testGetSubString_3args()
public void testSetPosition_Position()
public void testMoveDown()
public void testMoveUp()
public void testMoveRight()
public void testMoveLeft()
public void testMoveToNextChar()
public void testMoveToPrevChar()
public void testGetChar()
public void testMoveAndReturnNextChar()
public void testMoveWordsRigth()
public void testMoveWordsLeft()
public void testMoveToEndOfLine()
public void testMoveToBeginningOfLine()
public void testMoveToTopOfFile()
public void testMoveToBottomOfFile()
public void testMoveToEndOfFile()
public void testIsOnFirstLine()
public void testIsOnLastLine()
public void testIsOnFirstColumn()
public void testIsOnLastColumn()
public void testFind()
public void testFindNext()
public void testFindLast()
public void testFindAllOccurences()
public void testFindLastOccurence()
public void testFindBlankLine()
public void testFindNextBlankLine()
public void testFindAllBlankLines()
public void testLineMatches()
public void testNextLineMatches()
public void testFindAllLinesMatching()
public void testSelection()
public void testClearSelection()
public void testDeleteSelectionSingleLine()
public void testDeleteSelectionMultiLine()
public void testDeleteSelectionMultiLineFullLines()
public void testMoveToMatching()
public void testSelectToMatching()
public void testReplaceCurrentLine()
public void testReplaceFirstInCurrentLine()
public void testReplaceAllInCurrentLine()
public void testReplaceAllInFile()
public void testGetSelectedTextAsString()
public void testReplaceSelectionWithTextBuffer()
public void testInsertBuffer()
public void testAppendBuffer()
public void testInsertLine()
public void testInsertLineAbove()
public void testDeleteCurrentLine()
public void testDeleteCurrentWord_char()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |