Uses of Class
net.thucydides.core.statistics.model.TestStatistics

Packages that use TestStatistics
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.statistics   
 

Uses of TestStatistics in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TestStatistics
 TestStatistics TestOutcome.getStatistics()
           
 

Methods in net.thucydides.core.model with parameters of type TestStatistics
 void TestOutcome.setStatistics(TestStatistics statistics)
           
 

Uses of TestStatistics in net.thucydides.core.statistics
 

Methods in net.thucydides.core.statistics that return TestStatistics
 TestStatistics TestStatisticsProvider.statisticsForTests(With withCondition)
           
 TestStatistics HibernateTestStatisticsProvider.statisticsForTests(With withCondition)
           
 



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