|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.junit.RunStyle
com.google.gwt.junit.RunStyleHtmlUnit
public class RunStyleHtmlUnit
Launches a web-mode test via HTMLUnit.
| Constructor Summary | |
|---|---|
RunStyleHtmlUnit(JUnitShell shell)
Create a RunStyle instance with the passed-in browser targets. |
|
| Method Summary | |
|---|---|
int |
initialize(java.lang.String args)
Initialize the runstyle with any supplied arguments, and return the number of clients this runstyle controls. |
void |
launchModule(java.lang.String moduleName)
Requests initial launch of the browser. |
int |
numBrowsers()
|
boolean |
setupMode(TreeLogger logger,
boolean developmentMode)
Setup this RunStyle for the selected mode. |
| Methods inherited from class com.google.gwt.junit.RunStyle |
|---|
getInterruptedHosts, getLocalHostName, getTries, setTries, shouldAutoGenerateResources |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunStyleHtmlUnit(JUnitShell shell)
| Method Detail |
|---|
public int initialize(java.lang.String args)
RunStyle
initialize in class RunStyleargs - arguments passed in -runStyle option, null if none supplied
public void launchModule(java.lang.String moduleName)
RunStyle
launchModule in class RunStylemoduleName - the module to runpublic int numBrowsers()
public boolean setupMode(TreeLogger logger,
boolean developmentMode)
RunStyle
setupMode in class RunStylelogger - TreeLogger to use for any messagesdevelopmentMode - true if we are running in development mode rather
that web/production mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||