net.thucydides.core.statistics
Class HibernateTestStatisticsProvider
java.lang.Object
net.thucydides.core.statistics.HibernateTestStatisticsProvider
- All Implemented Interfaces:
- TestStatisticsProvider
public class HibernateTestStatisticsProvider
- extends Object
- implements TestStatisticsProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateTestStatisticsProvider
@Inject
public HibernateTestStatisticsProvider(TestOutcomeHistoryDAO testOutcomeHistoryDAO)
testRunsForTest
public List<TestRun> testRunsForTest(With withCondition)
- Specified by:
testRunsForTest in interface TestStatisticsProvider
getAllTestHistories
public List<TestRun> getAllTestHistories()
- Specified by:
getAllTestHistories in interface TestStatisticsProvider
statisticsForTests
public TestStatistics statisticsForTests(With withCondition)
- Specified by:
statisticsForTests in interface TestStatisticsProvider
findAllTags
public List<TestRunTag> findAllTags()
- Specified by:
findAllTags in interface TestStatisticsProvider
findAllTagTypes
public List<String> findAllTagTypes()
- Specified by:
findAllTagTypes in interface TestStatisticsProvider
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.