Package net.thucydides.core.screenshots
Class ScreenshotSequence
java.lang.Object
net.thucydides.core.screenshots.ScreenshotSequence
A simple sequencer for screenshot numbers.
Numbers are guaranteed to be sequential.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScreenshotSequence
public ScreenshotSequence()
-
-
Method Details
-
next
public long next()Return the next number in the sequence.
-