public class TestCaseSummariesBuildingIdb extends Object implements IdbOutputParsing.IdbResultCallback
IdbOutputParsing.IdbResultCallback that collects xctool events
and converts them to TestCaseSummary objects, reporting progress to a TestRule.TestReportingCallback.| Constructor and Description |
|---|
TestCaseSummariesBuildingIdb(TestRule.TestReportingCallback testReportingCallback) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<TestCaseSummary> |
getTestCaseSummaries() |
void |
handleEndOfTests() |
void |
handleTestResult(com.facebook.buck.apple.ImmutableIdbTestResult result) |
public TestCaseSummariesBuildingIdb(TestRule.TestReportingCallback testReportingCallback)
public void handleTestResult(com.facebook.buck.apple.ImmutableIdbTestResult result)
handleTestResult in interface IdbOutputParsing.IdbResultCallbackpublic void handleEndOfTests()
handleEndOfTests in interface IdbOutputParsing.IdbResultCallbackpublic com.google.common.collect.ImmutableList<TestCaseSummary> getTestCaseSummaries()