net.thucydides.core.screenshots
Class ScreenshotSequence
java.lang.Object
net.thucydides.core.screenshots.ScreenshotSequence
public class ScreenshotSequence
- extends Object
A simple sequencer for screenshot numbers.
Numbers are guaranteed to be sequential.
|
Method Summary |
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 |
ScreenshotSequence
public ScreenshotSequence()
next
public long next()
- Return the next number in the sequence.
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.