public class BrowserSupport
extends java.lang.Object
| Constructor and Description |
|---|
BrowserSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doWatchBrowser() |
static void |
refreshMagicTestDir(SelectInfo selectInfo)
Refresh information about files which have been modified outside Eclipse.
|
static void |
refreshOpenHtmlFiles(SelectInfo selectInfo)
Refresh all open HTML files which are specified.
|
static void |
showActualReport(SelectInfo selectInfo)
Show actual test report in browser.
|
static void |
showReferenceReport(SelectInfo selectInfo)
Show actual test report in browser.
|
static void |
showReportAfterRun(SelectInfo selectInfo)
Show actual test report in browser.
|
static void |
showReportOnRun(SelectInfo selectInfo,
boolean profile)
Show actual test report in browser.
|
static void |
watchBrowser()
Watch all browser windows for clicks on links
|
public static void refreshOpenHtmlFiles(SelectInfo selectInfo)
selectInfo - public static void showReportOnRun(SelectInfo selectInfo, boolean profile)
selectInfo - information about the selection in the user interfacepublic static void showReportAfterRun(SelectInfo selectInfo)
selectInfo - information about the selection in the user interfacepublic static void showActualReport(SelectInfo selectInfo)
selectInfo - information about the selection in the user interfacepublic static void showReferenceReport(SelectInfo selectInfo)
selectInfo - information about the selection in the user interfacepublic static void refreshMagicTestDir(SelectInfo selectInfo)
selectInfo - information about the selection in the user interfacepublic static void watchBrowser()
public static void doWatchBrowser()