| lib.EditorTestCase editor_actions.EditorActionsTest
All known Subclasses: java_editor_actions.JavaEditorActionsTest,
EditorActionsTest | public class EditorActionsTest extends EditorTestCase (Code) | | Basic Editor Actions Test class.
It contains basic editor actions functionality methods.
author: Martin Roskanin |
WAIT_MAX_MILIS_FOR_UNDO_REDO | final public static int WAIT_MAX_MILIS_FOR_UNDO_REDO(Code) | | |
EditorActionsTest | public EditorActionsTest(String testMethodName)(Code) | | Creates a new instance of Main
|
compareToGoldenFile | protected void compareToGoldenFile(Document testDoc)(Code) | | |
getFileLengthChangeResolver | protected ValueResolver getFileLengthChangeResolver(JEditorPaneOperator txtOper, int oldLength)(Code) | | |
resetCounter | protected void resetCounter()(Code) | | |
waitForMilis | protected void waitForMilis(int maxMiliSeconds)(Code) | | |
Fields inherited from lib.EditorTestCase | final public static int WAIT_MAX_MILIS_FOR_CLIPBOARD(Code)(Java Doc)
|
Methods inherited from lib.EditorTestCase | protected void closeDefaultProject()(Code)(Java Doc) public void closeDialog(String title)(Code)(Java Doc) public void closeFile()(Code)(Java Doc) public void closeFileWithDiscard()(Code)(Java Doc) public void closeFileWithSave()(Code)(Java Doc) protected void closeProject(String projectName)(Code)(Java Doc) protected void compareReferenceFiles(Document testDoc)(Code)(Java Doc) protected void cutCopyViaStrokes(JEditorPaneOperator txtOper, int key, int mod)(Code)(Java Doc) protected ValueResolver getClipboardResolver(JEditorPaneOperator txtOper, Transferable oldClipValue)(Code)(Java Doc) protected String getDefaultProjectName()(Code)(Java Doc) protected EditorOperator getDefaultSampleEditorOperator()(Code)(Java Doc) final protected String getDefaultSampleName()(Code)(Java Doc) final protected String getDefaultSamplePackage()(Code)(Java Doc) protected void openDefaultProject()(Code)(Java Doc) protected void openDefaultSampleFile()(Code)(Java Doc) public void openFile(String treeSubPackagePathToFile, String fileName)(Code)(Java Doc) public void openFile()(Code)(Java Doc) public void openProject(String projectName)(Code)(Java Doc) protected void openSourceFile(String dir, String srcName)(Code)(Java Doc) protected void pasteViaStrokes(ComponentOperator compOper, int key, int mod, ValueResolver resolver)(Code)(Java Doc) public void waitForChildNode(String parentPath, String childName)(Code)(Java Doc) public static boolean waitMaxMilisForValue(int maxMiliSeconds, ValueResolver resolver, Object requiredValue)(Code)(Java Doc)
|
|
|