com.ibm.team.fvt.tests.config
Class Timeouts

java.lang.Object
  extended by com.ibm.team.fvt.tests.config.Timeouts

public abstract class Timeouts
extends java.lang.Object

Timeouts used while running a scenario.

Current available timeouts are:

Design: To be finalized


Field Summary
 int closeDialog
           
 int openPage
           
 int shortTimeout
           
 int timeout
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

public final int timeout

shortTimeout

public final int shortTimeout

openPage

public final int openPage

closeDialog

public final int closeDialog