|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestRunTag | |
|---|---|
| net.thucydides.core.statistics | |
| net.thucydides.core.statistics.dao | |
| net.thucydides.core.statistics.model | |
| Uses of TestRunTag in net.thucydides.core.statistics |
|---|
| Methods in net.thucydides.core.statistics that return types with arguments of type TestRunTag | |
|---|---|
List<TestRunTag> |
TestStatisticsProvider.findAllTags()
|
List<TestRunTag> |
HibernateTestStatisticsProvider.findAllTags()
|
| Uses of TestRunTag in net.thucydides.core.statistics.dao |
|---|
| Methods in net.thucydides.core.statistics.dao that return types with arguments of type TestRunTag | |
|---|---|
List<TestRunTag> |
TestOutcomeHistoryDAO.findAllTags()
|
List<TestRunTag> |
HibernateTestOutcomeHistoryDAO.findAllTags()
|
List<TestRunTag> |
TestOutcomeHistoryDAO.findTagsMatching(TestRunTag tag)
|
List<TestRunTag> |
HibernateTestOutcomeHistoryDAO.findTagsMatching(TestRunTag tag)
|
List<TestRunTag> |
TestOutcomeHistoryDAO.getLatestTagsForTestsWithTag(String tag)
|
List<TestRunTag> |
HibernateTestOutcomeHistoryDAO.getLatestTagsForTestsWithTag(String tag)
|
List<TestRunTag> |
TestOutcomeHistoryDAO.getLatestTagsForTestsWithTagType(String tagType)
|
List<TestRunTag> |
HibernateTestOutcomeHistoryDAO.getLatestTagsForTestsWithTagType(String tagType)
|
List<TestRunTag> |
TestOutcomeHistoryDAO.getLatestTagsForTestWithTitleByTitle(String title)
|
List<TestRunTag> |
HibernateTestOutcomeHistoryDAO.getLatestTagsForTestWithTitleByTitle(String title)
|
| Methods in net.thucydides.core.statistics.dao with parameters of type TestRunTag | |
|---|---|
List<TestRunTag> |
TestOutcomeHistoryDAO.findTagsMatching(TestRunTag tag)
|
List<TestRunTag> |
HibernateTestOutcomeHistoryDAO.findTagsMatching(TestRunTag tag)
|
| Uses of TestRunTag in net.thucydides.core.statistics.model |
|---|
| Methods in net.thucydides.core.statistics.model that return types with arguments of type TestRunTag | |
|---|---|
List<TestRunTag> |
TestStatistics.getTags()
|
Set<TestRunTag> |
TestRun.getTags()
|
| Constructor parameters in net.thucydides.core.statistics.model with type arguments of type TestRunTag | |
|---|---|
TestStatistics(Long totalTestRuns,
Long passingTestRuns,
Long failingTestRuns,
List<TestResult> testResults,
List<TestRunTag> tags)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||