com.ibm.team.fvt.tests.clm.workarounds
Class ClmWebPageWorkaround

java.lang.Object
  extended by com.ibm.team.fvt.tests.scenario.ScenarioWorkaround<ClmWebPage>
      extended by com.ibm.team.fvt.tests.clm.workarounds.ClmWebPageWorkaround

public class ClmWebPageWorkaround
extends com.ibm.team.fvt.tests.scenario.ScenarioWorkaround<ClmWebPage>


Constructor Summary
ClmWebPageWorkaround(ClmWebPage page, java.lang.String msg)
           
ClmWebPageWorkaround(ClmWebPage page, java.lang.String msg, boolean fail)
           
 
Method Summary
 com.ibm.team.fvt.tests.web.WebBrowserElement execute()
           
 
Methods inherited from class com.ibm.team.fvt.tests.scenario.ScenarioWorkaround
getTimestamp, shouldFail, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClmWebPageWorkaround

public ClmWebPageWorkaround(ClmWebPage page,
                            java.lang.String msg)

ClmWebPageWorkaround

public ClmWebPageWorkaround(ClmWebPage page,
                            java.lang.String msg,
                            boolean fail)
Method Detail

execute

public com.ibm.team.fvt.tests.web.WebBrowserElement execute()
Specified by:
execute in class com.ibm.team.fvt.tests.scenario.ScenarioWorkaround<ClmWebPage>