| java.lang.Object com.google.gwt.junit.remote.BrowserManagerTest
BrowserManagerTest | public class BrowserManagerTest (Code) | | Sanity checks a running
BrowserManagerServer to verify that it is
operating correctly. This class is experimental and unsupported.
|
Method Summary | |
public static void | main(String[] args) Causes the server at the specified URL to launch a window to www.google.com
for 5 seconds, then close it. |
main | public static void main(String[] args) throws Exception(Code) | | Causes the server at the specified URL to launch a window to www.google.com
for 5 seconds, then close it.
Parameters: args - the url to the remote BrowserManagerServer; e.g."rmi://localhost/ie6" throws: Exception - |
|
|