com.atlassian.bamboo.plugins.testresultparser.testng
Class TestNGTestReportCollector
java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.testng.TestNGTestReportCollector
- All Implemented Interfaces:
- TestReportCollector
@ThreadSafe
public class TestNGTestReportCollector
- extends Object
- implements TestReportCollector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestNGTestReportCollector
public TestNGTestReportCollector()
collect
@NotNull
public TestCollectionResult collect(@NotNull
File file)
throws Exception
- Collect all the results from all the xml test files.
- Specified by:
collect
in interface TestReportCollector
- Returns:
- testReportCollectorResult
- Throws:
Exception
- if a problem with processing the given file has occurred
getSupportedFileExtensions
@NotNull
public Set<String> getSupportedFileExtensions()
- Description copied from interface:
TestReportCollector
- The valid file extension(s) of the test report file.
Return empty
Set
if all extensions are supported.
- Specified by:
getSupportedFileExtensions
in interface TestReportCollector
- Returns:
- supportedFileExtensions
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.