Class ScreenshotSequence

java.lang.Object
net.thucydides.core.screenshots.ScreenshotSequence

public class ScreenshotSequence
extends java.lang.Object
A simple sequencer for screenshot numbers. Numbers are guaranteed to be sequential.
  • Constructor Summary

    Constructors
    Constructor Description
    ScreenshotSequence()  
  • Method Summary

    Modifier and Type Method Description
    long next()
    Return the next number in the sequence.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScreenshotSequence

      public ScreenshotSequence()
  • Method Details

    • next

      public long next()
      Return the next number in the sequence.