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

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

public class RmWebListPageWorkaround
extends com.ibm.team.fvt.tests.scenario.ScenarioWorkaround<RmWebListPage>


Constructor Summary
RmWebListPageWorkaround(RmWebListPage page, java.lang.String msg)
           
RmWebListPageWorkaround(RmWebListPage 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

RmWebListPageWorkaround

public RmWebListPageWorkaround(RmWebListPage page,
                               java.lang.String msg)

RmWebListPageWorkaround

public RmWebListPageWorkaround(RmWebListPage 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<RmWebListPage>