net.thucydides.core.screenshots
Class ScreenshotSequence

Package class diagram package ScreenshotSequence
java.lang.Object
  extended by net.thucydides.core.screenshots.ScreenshotSequence

public class ScreenshotSequence
extends Object

A simple sequencer for screenshot numbers. Numbers are guaranteed to be sequential.


Constructor Summary
ScreenshotSequence()
           
 
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
 

Constructor Detail

ScreenshotSequence

public ScreenshotSequence()
Method Detail

next

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



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.