public class XcodeTestSummariesParser extends Object
| Constructor and Description |
|---|
XcodeTestSummariesParser(FilePath workspace) |
| Modifier and Type | Method and Description |
|---|---|
protected OutputStream |
outputForSuite(TestSuite currentTestSuite) |
void |
parseSubTests(com.dd.plist.NSObject[] tests,
TestSuite parentTestSuite) |
void |
parseTestSummariesPlist(FilePath testSummariesPlistFile) |
public XcodeTestSummariesParser(FilePath workspace) throws IOException, InterruptedException
IOExceptionInterruptedExceptionprotected OutputStream outputForSuite(TestSuite currentTestSuite) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void parseSubTests(com.dd.plist.NSObject[] tests,
TestSuite parentTestSuite)
throws ParseException,
IOException,
InterruptedException,
JAXBException
tests - An array of NSDictionaries containing the results of subtests.parentTestSuite - An instance of the parent test result including this subtests.ParseExceptionIOExceptionInterruptedExceptionJAXBExceptionpublic void parseTestSummariesPlist(FilePath testSummariesPlistFile)
testSummariesPlistFile - The location of the TestSummaries.plist file output from Xcode.Copyright © 2016–2022. All rights reserved.