Uses of Class
org.uispec4j.interception.BasicHandler

Packages that use BasicHandler
org.uispec4j.interception Provides a mechanism for intercepting popped-up dialogs and menus. 
 

Uses of BasicHandler in org.uispec4j.interception
 

Methods in org.uispec4j.interception that return BasicHandler
 BasicHandler BasicHandler.assertContainsText(java.lang.String text)
          Checks that there is a text component in the dialog displaying the given text.
 BasicHandler BasicHandler.assertTitleContains(java.lang.String expectedTitle)
          Checks the displayed title contains the given text.
 BasicHandler BasicHandler.assertTitleEquals(java.lang.String expectedTitle)
          Checks the displayed title is the same as the given text.
 BasicHandler BasicHandler.clickButton(java.lang.String buttonName)
          Clicks on a button given its displayed label.
static BasicHandler BasicHandler.init()
          Starts the definition of the handler.
 BasicHandler BasicHandler.setText(java.lang.String text)
          Enters a text value, provided that there is only one input text field in the dialog.
 



Copyright © 2004-2010. All Rights Reserved.