Uses of Interface
com.atlassian.bamboo.build.test.TestCollectionResult
-
Packages that use TestCollectionResult Package Description com.atlassian.bamboo.build.test com.atlassian.bamboo.build.test.junit com.atlassian.bamboo.plugins.testresultparser.testng -
-
Uses of TestCollectionResult in com.atlassian.bamboo.build.test
Methods in com.atlassian.bamboo.build.test that return TestCollectionResult Modifier and Type Method Description TestCollectionResult
TestCollectionResultBuilder. build()
@NotNull TestCollectionResult
TestReportCollector. collect(@NotNull File file)
Collect all the results within the specified file@NotNull TestCollectionResult
TestReportProvider. getTestCollectionResult()
-
Uses of TestCollectionResult in com.atlassian.bamboo.build.test.junit
Methods in com.atlassian.bamboo.build.test.junit that return TestCollectionResult Modifier and Type Method Description @NotNull TestCollectionResult
JunitTestReportCollector. collect(@NotNull File file)
Collect all the results from all the xml test files. -
Uses of TestCollectionResult in com.atlassian.bamboo.plugins.testresultparser.testng
Methods in com.atlassian.bamboo.plugins.testresultparser.testng that return TestCollectionResult Modifier and Type Method Description @NotNull TestCollectionResult
TestNGTestReportCollector. collect(@NotNull File file)
Collect all the results from all the xml test files.
-