| Package | Description |
|---|---|
| io.magentys.fest | |
| io.magentys.fest.missions | |
| io.magentys.fest.screens |
| Modifier and Type | Method and Description |
|---|---|
static ClickOnButton |
SwingAppMissions.clickOnButton(SwingScreenElement swingScreenElement) |
static FindElement |
SwingAppMissions.findElement(SwingScreenElement swingScreenElement) |
static FindElementAndInvokeAction |
SwingAppMissions.findElementAndInvoke(SwingScreenElement swingScreenElement,
String invokeAction,
Object... arguments) |
| Modifier and Type | Field and Description |
|---|---|
protected SwingScreenElement |
FindElement.swingScreenElement |
protected SwingScreenElement |
AbstractFinderMission.swingScreenElement |
| Modifier and Type | Method and Description |
|---|---|
static FillIn |
FillIn.fillIn(SwingScreenElement swingScreenElement,
String value) |
static ConcreteTypeMatcher |
ConcreteTypeMatcher.matcherFor(SwingScreenElement swingScreenElement) |
static ConcreteTypeMatcher |
ConcreteTypeMatcher.matcherFor(SwingScreenElement swingScreenElement,
String methodToInvoke,
Object... arguments) |
protected String |
AbstractFinderMission.waitMessage(SwingScreenElement swingScreenElement) |
| Constructor and Description |
|---|
AbstractFinderMission(SwingScreenElement swingScreenElement) |
ClickOnButton(SwingScreenElement element) |
ConcreteTypeMatcher(SwingScreenElement<T> swingScreenElement) |
ConcreteTypeMatcher(SwingScreenElement swingScreenElement,
String methodToInvoke,
Object[] arguments) |
FillIn(SwingScreenElement swingScreenElement,
String value) |
FindElement(SwingScreenElement swingScreenElement) |
FindElementAndInvokeAction(SwingScreenElement swingScreenElement,
String methodToInvoke,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
SwingScreenElement |
SwingScreenElement.withAlias(String alias) |
SwingScreenElement |
SwingScreenElement.withAttributes(Set<AttributeValuePair> attributePairs) |
SwingScreenElement |
SwingScreenElement.withComponentClass(Class<T> clazz) |
SwingScreenElement |
SwingScreenElement.withMemoryKey(String memoryKey) |
SwingScreenElement |
SwingScreenElement.withName(String name) |
Copyright © 2016. All rights reserved.