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