com.google.gwt.junit.remote
Class BrowserManagerTest

java.lang.Object
  extended by com.google.gwt.junit.remote.BrowserManagerTest

public class BrowserManagerTest
extends java.lang.Object

Sanity checks a running BrowserManagerServer to verify that it is operating correctly. This class is experimental and unsupported.


Method Summary
static void main(java.lang.String[] args)
          Causes the server at the specified URL to launch a window to www.google.com for 5 seconds, then close it.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
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:
java.lang.Exception