public class

BrowserManagerTest

extends Object
java.lang.Object
   ↳ com.google.gwt.junit.remote.BrowserManagerTest

Class Overview

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

Summary

Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

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.

Parameters
args the url to the remote BrowserManagerServer; e.g. "rmi://localhost/ie6"
Throws
Exception