Diviner

Class ArcanistUnitTestResult

Definedsrc/unit/ArcanistUnitTestResult.php:8
GroupUnit Test Integration

Represents the outcome of running a unit test.

Tasks

Unspecified

Methods

public getCoverage()

returnwild
This method is not documented.

public getDuration()

returnwild
This method is not documented.

public getExtraData()

returnwild
This method is not documented.

public getLink()

returnwild
This method is not documented.

public getName()

returnwild
This method is not documented.

public getResult()

returnwild
This method is not documented.

public getUserData()

returnwild
This method is not documented.

public static string mergeCoverage(array $coverage)

parameterslist$coverageList of coverage report strings.
returnstringCumulative coverage report.

Merge several coverage reports into a comprehensive coverage report.

public setCoverage($coverage)

parameterswild$coverage
returnwild
This method is not documented.

public setDuration($duration)

parameterswild$duration
returnwild
This method is not documented.

public setExtraData(array $extra_data = null)

parametersarray$extra_data
returnwild

"extra data" allows an implementation to store additional key/value metadata along with the result of the test run.

public setLink($link)

parameterswild$link
returnwild
This method is not documented.

public setName($name)

parameterswild$name
returnwild
This method is not documented.

public setResult($result)

parameterswild$result
returnwild
This method is not documented.

public setUserData($user_data)

parameterswild$user_data
returnwild
This method is not documented.

public toDictionary()

returnwild
This method is not documented.