net.thucydides.core.statistics
Class HibernateTestStatisticsProvider

Package class diagram package HibernateTestStatisticsProvider
java.lang.Object
  extended by net.thucydides.core.statistics.HibernateTestStatisticsProvider
All Implemented Interfaces:
TestStatisticsProvider

public class HibernateTestStatisticsProvider
extends Object
implements TestStatisticsProvider


Constructor Summary
HibernateTestStatisticsProvider(TestOutcomeHistoryDAO testOutcomeHistoryDAO)
           
 
Method Summary
 List<TestRunTag> findAllTags()
           
 List<String> findAllTagTypes()
           
 List<TestRun> getAllTestHistories()
           
 TestStatistics statisticsForTests(With withCondition)
           
 List<TestRun> testRunsForTest(With withCondition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateTestStatisticsProvider

@Inject
public HibernateTestStatisticsProvider(TestOutcomeHistoryDAO testOutcomeHistoryDAO)
Method Detail

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.