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

Packages that use TestRun
net.thucydides.core.statistics   
net.thucydides.core.statistics.dao   
net.thucydides.core.statistics.model   
 

Uses of TestRun in net.thucydides.core.statistics
 

Methods in net.thucydides.core.statistics that return types with arguments of type TestRun
 List<TestRun> TestStatisticsProvider.getAllTestHistories()
           
 List<TestRun> HibernateTestStatisticsProvider.getAllTestHistories()
           
 List<TestRun> TestStatisticsProvider.testRunsForTest(With withCondition)
           
 List<TestRun> HibernateTestStatisticsProvider.testRunsForTest(With withCondition)
           
 

Uses of TestRun in net.thucydides.core.statistics.dao
 

Methods in net.thucydides.core.statistics.dao that return types with arguments of type TestRun
 List<TestRun> TestOutcomeHistoryDAO.findAll()
           
 List<TestRun> HibernateTestOutcomeHistoryDAO.findAll()
           
 List<TestRun> TestOutcomeHistoryDAO.findTestRunsByTitle(String title)
           
 List<TestRun> HibernateTestOutcomeHistoryDAO.findTestRunsByTitle(String title)
           
 

Uses of TestRun in net.thucydides.core.statistics.model
 

Methods in net.thucydides.core.statistics.model that return TestRun
 TestRun TestRun.at(Date executionDate)
           
static TestRun TestRun.from(TestOutcome result)
           
 TestRun TestRun.inProject(String projectKey)
           
 

Methods in net.thucydides.core.statistics.model that return types with arguments of type TestRun
 Set<TestRun> TestRunTag.getTestRuns()
           
 



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