Package | Description |
---|---|
org.fest.swing.launcher |
Launches applications from a "main" method and Java applets
|
Modifier and Type | Method and Description |
---|---|
static ApplicationLauncher |
ApplicationLauncher.application(Class<?> applicationType)
Starting point of the fluent interface.
|
static ApplicationLauncher |
ApplicationLauncher.application(String applicationTypeName)
Starting point of the fluent interface.
|
ApplicationLauncher |
ApplicationLauncher.withArgs(String... newArgs)
Specifies the arguments to pass to the "main" method.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.