Package | Description |
---|---|
org.uispec4j.interception |
Provides a mechanism for intercepting popped-up dialogs and menus.
|
Modifier and Type | Method and Description |
---|---|
BasicHandler |
BasicHandler.assertContainsText(String text)
Checks that there is a text component in the dialog displaying the given text.
|
BasicHandler |
BasicHandler.assertTitleContains(String expectedTitle)
Checks the displayed title contains the given text.
|
BasicHandler |
BasicHandler.assertTitleEquals(String expectedTitle)
Checks the displayed title is the same as the given text.
|
BasicHandler |
BasicHandler.clickButton(String buttonName)
Clicks on a button given its displayed label.
|
static BasicHandler |
BasicHandler.init()
Starts the definition of the handler.
|
BasicHandler |
BasicHandler.setText(String text)
Enters a text value, provided that there is only one input text field in the dialog.
|
Copyright © 2004–2016. All rights reserved.