version 1.0

com.actimind.actiwate.testing.html
Interface ConfirmAssert


public interface ConfirmAssert

The interface provides an ability to implement custom confirmation dialog verification.

The interface contains the only method verifyConfirm(java.lang.String) which is called by actiWATE Framework to delegate the verification.

See Also:
UserDialogExpect.expectConfirm(com.actimind.actiwate.testing.html.ConfirmAssert, java.lang.String, int)

Method Summary
 boolean verifyConfirm(java.lang.String confirmMessage)
          The method is called by actiWATE to delegate a confirmation message verification.
 

Method Detail

verifyConfirm

public boolean verifyConfirm(java.lang.String confirmMessage)
The method is called by actiWATE to delegate a confirmation message verification.

Parameters:
confirmMessage - Actual message shown in an occured confirmation dialog.
Returns:
true if the actual message accepted and false otherwise.


Copyright © 2007 Actimind, Inc. All Rights Reserved.