public class XcodeTestSummariesParser extends Object
コンストラクタと説明 |
---|
XcodeTestSummariesParser(hudson.FilePath workspace) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected OutputStream |
outputForSuite(TestSuite currentTestSuite) |
void |
parseSubTests(com.dd.plist.NSObject[] tests,
TestSuite parentTestSuite) |
void |
parseTestSummariesPlist(hudson.FilePath testSummariesPlistFile) |
public XcodeTestSummariesParser(hudson.FilePath workspace) throws IOException, InterruptedException
protected OutputStream outputForSuite(TestSuite currentTestSuite) throws IOException, InterruptedException
public 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.ParseException
IOException
InterruptedException
JAXBException
public void parseTestSummariesPlist(hudson.FilePath testSummariesPlistFile)
testSummariesPlistFile
- The location of the TestSummaries.plist file output from Xcode.Copyright © 2016–2019. All rights reserved.