Class AtomicTestCount

java.lang.Object
net.thucydides.model.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 Details

    • AtomicTestCount

      public AtomicTestCount()
  • Method Details