| Package | Description |
|---|---|
| org.assertj.swing.launcher |
Java applications and
Applets launcher. |
| Modifier and Type | Method and Description |
|---|---|
static AppletLauncher |
AppletLauncher.applet(Class<? extends Applet> appletType)
Creates a new
AppletLauncher. |
static AppletLauncher |
AppletLauncher.applet(String appletType)
Creates a new
AppletLauncher. |
static AppletLauncher |
AppletLauncher.launcherFor(Applet applet)
Creates a new
AppletLauncher. |
AppletLauncher |
AppletLauncher.withParameters(AppletParameter... newParameters)
Sets the parameters for the
Applet to launch, as an alternative to withParameters(Map). |
AppletLauncher |
AppletLauncher.withParameters(Map<String,String> newParameters)
Sets the parameters for the
Applet to launch, as an alternative to
withParameters(AppletParameter...). |
Copyright © 2014 AssertJ. All rights reserved.