public class AppletParameter extends Object
Fluent interface for creation of Applet parameters.
For example, the following code listing:
// import static org.assertj.swing.launcher.AppletParameter.name; AppletParameter p =will create an applet parameter with name "bgcolor" and value "blue."name("bgcolor").value("blue");
| Modifier and Type | Class and Description |
|---|---|
static class |
AppletParameter.AppletParameterBuilder
Builder for instances of
AppletParameter. |
| Modifier and Type | Method and Description |
|---|---|
static AppletParameter.AppletParameterBuilder |
name(String name)
Starting point of the fluent interface for creation of
AppletParameters. |
@Nonnull public static AppletParameter.AppletParameterBuilder name(String name)
AppletParameters.name - the name of the Applet parameter.AppletParameters.Copyright © 2014 AssertJ. All rights reserved.