| lib.EditorTestCase code_folding.CodeFoldingTest
All known Subclasses: java_code_folding.JavaCodeFoldingTest,
CodeFoldingTest | public class CodeFoldingTest extends EditorTestCase (Code) | | Basic Code Folding Test class.
It contains basic folding functionality methods.
author: Martin Roskanin |
CodeFoldingTest | public CodeFoldingTest(String testMethodName)(Code) | | Creates a new instance of Main
|
collapseAllFolds | protected void collapseAllFolds(EditorOperator editor)(Code) | | |
collapseFoldAtCaretPosition | protected void collapseFoldAtCaretPosition(EditorOperator editor, int line, int column)(Code) | | |
expandAllFolds | protected void expandAllFolds(EditorOperator editor)(Code) | | |
expandFoldAtCaretPosition | protected void expandFoldAtCaretPosition(EditorOperator editor, int line, int column)(Code) | | |
foldToStringChildren | protected static String foldToStringChildren(Fold fold, int indent)(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)
|
|
|