java.lang.Object
net.thucydides.model.statistics.AtomicTestCount
- All Implemented Interfaces:
TestCount
Keeps track of the tests executed.
Should be managed by Guice as a singleton.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomicTestCount
public AtomicTestCount()
-
-
Method Details
-
getNextTest
public int getNextTest()- Specified by:
getNextTestin interfaceTestCount
-
getCurrentTestNumber
public int getCurrentTestNumber()- Specified by:
getCurrentTestNumberin interfaceTestCount
-