Class ArcanistUnitTestResult
Represents the outcome of running a unit test.
Tasks
Methods
public getCoverage()
This method is not documented.
public getDuration()
This method is not documented.
public getExtraData()
This method is not documented.
public getLink()
This method is not documented.
public getName()
This method is not documented.
public getResult()
This method is not documented.
public getUserData()
This method is not documented.
public static string mergeCoverage(array $coverage)
| parameters | list | $coverage | List of coverage report strings. |
| return | string | | Cumulative coverage report. |
Merge several coverage reports into a comprehensive coverage report.
public setCoverage($coverage)
| parameters | wild | $coverage | |
| return | wild | | |
This method is not documented.
public setDuration($duration)
| parameters | wild | $duration | |
| return | wild | | |
This method is not documented.
public setExtraData(array $extra_data = null)
| parameters | array | $extra_data | |
| return | wild | | |
"extra data" allows an implementation to store additional
key/value metadata along with the result of the test run.
public setLink($link)
| parameters | wild | $link | |
| return | wild | | |
This method is not documented.
public setName($name)
| parameters | wild | $name | |
| return | wild | | |
This method is not documented.
public setResult($result)
| parameters | wild | $result | |
| return | wild | | |
This method is not documented.
public setUserData($user_data)
| parameters | wild | $user_data | |
| return | wild | | |
This method is not documented.
public toDictionary()
This method is not documented.