net.thucydides.core.statistics.dao
Interface TestOutcomeHistoryDAO
- All Known Implementing Classes:
- HibernateTestOutcomeHistoryDAO
public interface TestOutcomeHistoryDAO
findAll
List<TestRun> findAll()
findTestRunsByTitle
List<TestRun> findTestRunsByTitle(String title)
storeTestOutcomes
void storeTestOutcomes(List<TestOutcome> testOutcomes)
storeTestOutcome
void storeTestOutcome(TestOutcome testOutcome)
countTestRunsByTitle
Long countTestRunsByTitle(String title)
countTestRunsByTitleAndResult
Long countTestRunsByTitleAndResult(String title,
TestResult result)
findAllTags
List<TestRunTag> findAllTags()
getLatestTagsForTestWithTitleByTitle
List<TestRunTag> getLatestTagsForTestWithTitleByTitle(String title)
getResultsTestWithTitle
List getResultsTestWithTitle(String title)
getResultsForTestsWithTag
List<TestResult> getResultsForTestsWithTag(String tag)
getResultsForTestsWithTagType
List<TestResult> getResultsForTestsWithTagType(String tagType)
countTestRunsByTag
Long countTestRunsByTag(String tag)
countTestRunsByTagType
Long countTestRunsByTagType(String tagType)
countTestRunsByTagAndResult
Long countTestRunsByTagAndResult(String tag,
TestResult result)
countTestRunsByTagTypeAndResult
Long countTestRunsByTagTypeAndResult(String tagType,
TestResult result)
getLatestTagsForTestsWithTag
List<TestRunTag> getLatestTagsForTestsWithTag(String tag)
getLatestTagsForTestsWithTagType
List<TestRunTag> getLatestTagsForTestsWithTagType(String tagType)
findAllTagTypes
List<String> findAllTagTypes()
findTagsMatching
List<TestRunTag> findTagsMatching(TestRunTag tag)
deleteAll
void deleteAll()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.