net.thucydides.core.statistics
Class AtomicTestCount

Package class diagram package AtomicTestCount
java.lang.Object
  extended by net.thucydides.core.statistics.AtomicTestCount
All Implemented Interfaces:
TestCount

public class AtomicTestCount
extends Object
implements TestCount

Keeps track of the tests executed. Should be managed by Guice as a singleton.


Constructor Summary
AtomicTestCount()
           
 
Method Summary
 int getCurrentTestNumber()
           
 int getNextTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicTestCount

public AtomicTestCount()
Method Detail

getNextTest

public int getNextTest()
Specified by:
getNextTest in interface TestCount

getCurrentTestNumber

public int getCurrentTestNumber()
Specified by:
getCurrentTestNumber in interface TestCount


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