com.actimind.actiwate.testing.html
Interface AlertAssert
- public interface AlertAssert
The interface provides an ability to implement custom alert dialog verification.
The interface contains the only method verifyAlert(java.lang.String) which is called
by actiWATE Framework to delegate the verification.
- See Also:
UserDialogExpect.expectAlert(com.actimind.actiwate.testing.html.AlertAssert, java.lang.String)
|
Method Summary |
boolean |
verifyAlert(java.lang.String alertMessage)
The method is called by actiWATE to delegate an alert message verification. |
verifyAlert
public boolean verifyAlert(java.lang.String alertMessage)
- The method is called by actiWATE to delegate an alert message verification.
- Parameters:
alertMessage - Actual message shown in an occured alert dialog.
- Returns:
true if the actual message accepted and false otherwise.
Copyright © 2007 Actimind, Inc. All Rights Reserved.