Page MenuHomePhabricator
Diviner Arcanist Tech Docs ArcanistUnitWorkflow

final class ArcanistUnitWorkflow
Arcanist Technical Documentation (Workflows)

Runs unit tests which cover your changes.

Methods

public function getWorkflowName()

This method is not documented.
Return
wild

public function getCommandSynopses()

This method is not documented.
Return
wild

public function getCommandHelp()

This method is not documented.
Return
wild

public function getArguments()

This method is not documented.
Return
wild

public function requiresWorkingCopy()

This method is not documented.
Return
wild

public function requiresRepositoryAPI()

This method is not documented.
Return
wild

public function requiresConduit()

This method is not documented.
Return
wild

public function requiresAuthentication()

This method is not documented.
Return
wild

public function getEngine()

This method is not documented.
Return
wild

public function run()

This method is not documented.
Return
wild

public function getUnresolvedTests()

This method is not documented.
Return
wild

public function getTestResults()

This method is not documented.
Return
wild

private function renderDetailedCoverageReport($data, $report)

This method is not documented.
Parameters
$data
$report
Return
wild

private function getOutputFormat()

This method is not documented.
Return
wild

private function validateUnitEngineResults($engine, $results)

Raise a tailored error when a unit test engine returns results in an invalid format.

Parameters
ArcanistUnitTestEngine$engineThe engine.
wild$resultsResults from the engine.
Return
wild

public static function getHarbormasterTypeFromResult($unit_result)

This method is not documented.
Parameters
$unit_result
Return
wild

private function shouldUploadResults()

This method is not documented.
Return
wild

private function uploadTestResults($target_phid, $unit_result, $unit)

This method is not documented.
Parameters
$target_phid
$unit_result
array$unit
Return
wild