Class TimeDuration

java.lang.Object
org.graphwalker.core.condition.StopConditionBase
org.graphwalker.core.condition.TimeDuration
All Implemented Interfaces:
StopCondition

public class TimeDuration extends StopConditionBase

TimeDuration

The TimeDuration stop condition is fulfilled when the executed time of the test has exceeded the time given as a parameter in the constructor.

Author:
Nils Olsson
  • Constructor Details

    • TimeDuration

      public TimeDuration(long duration, TimeUnit unit)
  • Method Details