Class Stopwatch

java.lang.Object
net.serenitybdd.core.time.Stopwatch

public class Stopwatch extends Object
  • Constructor Details

    • Stopwatch

      public Stopwatch()
  • Method Details

    • started

      public static Stopwatch started()
    • start

      public void start()
    • stop

      public long stop()
    • lapTimeFormatted

      public String lapTimeFormatted()
    • executionTimeFormatted

      public String executionTimeFormatted()
    • lapTimeFormatted

      public String lapTimeFormatted(Long executionTimeInMilliseconds)
    • lapTime

      public long lapTime()
    • stop

      public long stop(String message)