net.thucydides.core.statistics
Class AtomicTestCount
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomicTestCount
public AtomicTestCount()
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.