* Entry point for the test runner.
* <p>The method <em>must</em> end with a {@link System#exit(int)} to also end the awt/swing engine.
* If the method just ends, the event queue for the gui keeps the JVM (and the applet!) running.
*/
public static void main(String args[]) {
JemmyProperties.setCurrentOutput(new TestOut(System.in,
new PrintWriter(new LoggingOutputStream(TestOut.class, LOG, Level.INFO), true),
new PrintWriter(new LoggingOutputStream(TestOut.class, LOG, Level.WARN), true)));
AppletPluginArguments appletPluginArguments = readPluginArguments(args);
HttpURLConnection.setCookies(appletPluginArguments.getCookies());