| |
|
| java.lang.Object gui.debuggercore.Utilities
Utilities | public class Utilities (Code) | | |
Inner Class :static class ConsoleChooser implements ComponentChooser | |
Method Summary | |
public static void | captureScreen(JellyTestCase testCase) | public static boolean | checkAnnotation(EditorOperator operator, int line, String annotationType) | public static boolean | checkConsoleForText(String text, int startLine) | public static void | deleteAllBreakpoints() | public static void | deleteAllWatches() | public static void | endAllSessions() | public static ContainerOperator | getDebugToolbar() | public static int | getDebuggerConsoleStatus() | public static NbDialogOperator | newBreakpoint(int line, int column) | public static NbDialogOperator | newBreakpoint(int line) | public static String | removeTags(String in) | public static void | setCaret(EditorOperator eo, int line) | public static void | showDebuggerView(String viewName) | public static void | startDebugger() | public static void | toggleBreakpoint(EditorOperator eo, int line) | public static void | toggleBreakpoint(EditorOperator eo, int line, boolean newBreakpoint) | public static boolean | verifyMainMenu(String actionPath, boolean expected) | public static boolean | verifyPopup(Node node, String[] menus) | public static boolean | verifyPopup(JPopupMenuOperator popup, String[] menus) | public static int | waitDebuggerConsole(String text, int status) | public static void | waitFinished(JellyTestCase test, String projectName, String target) | public static void | waitStatusText(String text) | public static void | waitStatusTextPrefix(String text) |
applyCodeChangesItem | public static String applyCodeChangesItem(Code) | | |
breakpointsViewTitle | public static String breakpointsViewTitle(Code) | | |
buildCompleteStatusBarText | public static String buildCompleteStatusBarText(Code) | | |
callStackViewTitle | public static String callStackViewTitle(Code) | | |
customizeBreakpointTitle | public static String customizeBreakpointTitle(Code) | | |
debugMainProjectItem | public static String debugMainProjectItem(Code) | | |
debugToolbarLabel | public static String debugToolbarLabel(Code) | | |
debuggerConsoleTitle | public static String debuggerConsoleTitle(Code) | | |
evaluateExpressionItem | public static String evaluateExpressionItem(Code) | | |
evaluatingPropertyText | public static String evaluatingPropertyText(Code) | | |
finishSessionsItem | public static String finishSessionsItem(Code) | | |
finishedStatusBarText | public static String finishedStatusBarText(Code) | | |
localVarsViewTitle | public static String localVarsViewTitle(Code) | | |
newBreakpointItem | public static String newBreakpointItem(Code) | | |
newBreakpointTitle | public static String newBreakpointTitle(Code) | | |
openBreakpointsShortcut | public static KeyStroke openBreakpointsShortcut(Code) | | |
projectPropertiesAction | public static String projectPropertiesAction(Code) | | |
projectPropertiesTitle | public static String projectPropertiesTitle(Code) | | |
runIntoMethodItem | public static String runIntoMethodItem(Code) | | |
runningStatusBarText | public static String runningStatusBarText(Code) | | |
sessionsViewTitle | public static String sessionsViewTitle(Code) | | |
setMainProjectAction | public static String setMainProjectAction(Code) | | |
stepOverExpresItem | public static String stepOverExpresItem(Code) | | |
stoppedStatusBarText | public static String stoppedStatusBarText(Code) | | |
toggleBreakpointItem | public static String toggleBreakpointItem(Code) | | |
toggleBreakpointShortcut | public static KeyStroke toggleBreakpointShortcut(Code) | | |
Utilities | public Utilities()(Code) | | |
captureScreen | public static void captureScreen(JellyTestCase testCase)(Code) | | |
checkAnnotation | public static boolean checkAnnotation(EditorOperator operator, int line, String annotationType)(Code) | | |
checkConsoleForText | public static boolean checkConsoleForText(String text, int startLine)(Code) | | |
deleteAllBreakpoints | public static void deleteAllBreakpoints()(Code) | | |
deleteAllWatches | public static void deleteAllWatches()(Code) | | |
endAllSessions | public static void endAllSessions()(Code) | | |
getDebugToolbar | public static ContainerOperator getDebugToolbar()(Code) | | |
getDebuggerConsoleStatus | public static int getDebuggerConsoleStatus()(Code) | | |
newBreakpoint | public static NbDialogOperator newBreakpoint(int line, int column)(Code) | | |
newBreakpoint | public static NbDialogOperator newBreakpoint(int line)(Code) | | |
setCaret | public static void setCaret(EditorOperator eo, int line)(Code) | | |
showDebuggerView | public static void showDebuggerView(String viewName)(Code) | | |
startDebugger | public static void startDebugger()(Code) | | |
toggleBreakpoint | public static void toggleBreakpoint(EditorOperator eo, int line)(Code) | | |
toggleBreakpoint | public static void toggleBreakpoint(EditorOperator eo, int line, boolean newBreakpoint)(Code) | | |
verifyMainMenu | public static boolean verifyMainMenu(String actionPath, boolean expected)(Code) | | |
verifyPopup | public static boolean verifyPopup(Node node, String[] menus)(Code) | | |
verifyPopup | public static boolean verifyPopup(JPopupMenuOperator popup, String[] menus)(Code) | | |
waitDebuggerConsole | public static int waitDebuggerConsole(String text, int status)(Code) | | |
waitFinished | public static void waitFinished(JellyTestCase test, String projectName, String target)(Code) | | |
waitStatusText | public static void waitStatusText(String text)(Code) | | |
waitStatusTextPrefix | public static void waitStatusTextPrefix(String text)(Code) | | |
|
|
|