final public function __construct()Inherited
final public function __construct()
Inherited
Return
this | //Implicit.// |
public function getEngineConfigurationName()Inherited
public function getEngineConfigurationName()
Inherited
Return
wild |
final public function setRunAllTests($run_all_tests)Inherited
final public function setRunAllTests($run_all_tests)
Inherited
Parameters
$run_all_tests |
Return
wild |
final public function getRunAllTests()Inherited
final public function getRunAllTests()
Inherited
Return
wild |
protected function supportsRunAllTests()
protected function supportsRunAllTests()
Return
wild |
final public function setConfigurationManager($configuration_manager)Inherited
final public function setConfigurationManager($configuration_manager)
Inherited
Parameters
ArcanistConfigurationManager | $configuration_manager |
Return
wild |
final public function getConfigurationManager()Inherited
final public function getConfigurationManager()
Inherited
Return
wild |
final public function setWorkingCopy($working_copy)Inherited
final public function setWorkingCopy($working_copy)
Inherited
Parameters
ArcanistWorkingCopyIdentity | $working_copy |
Return
wild |
final public function getWorkingCopy()Inherited
final public function getWorkingCopy()
Inherited
Return
wild |
final public function setPaths($paths)Inherited
final public function setPaths($paths)
Inherited
Parameters
array | $paths |
Return
wild |
final public function getPaths()Inherited
final public function getPaths()
Inherited
Return
wild |
final public function setEnableCoverage($enable_coverage)Inherited
final public function setEnableCoverage($enable_coverage)
Inherited
Parameters
$enable_coverage |
Return
wild |
final public function getEnableCoverage()Inherited
final public function getEnableCoverage()
Inherited
Return
wild |
final public function setRenderer($renderer)Inherited
final public function setRenderer($renderer)
Inherited
Parameters
ArcanistUnitRenderer | $renderer |
Return
wild |
public function run()
public function run()
Return
wild |
public function shouldEchoTestResults()Inherited
public function shouldEchoTestResults()
Inherited
ArcanistUnitTestEngine
Modify the return value of this function in the child class, if you do not need to echo the test results after all the tests have been run. This is the case for example when the child class prints the tests results while the tests are running.
Return
wild |
public function runTests($test_paths, $source_path)
public function runTests($test_paths, $source_path)
Parameters
$test_paths | ||
$source_path |
Return
wild |
public function buildTestFuture($path, $xunit_tmp, $cover_tmp)
public function buildTestFuture($path, $xunit_tmp, $cover_tmp)
Parameters
$path | ||
$xunit_tmp | ||
$cover_tmp |
Return
wild |
public function parseTestResults($source_path, $xunit_tmp, $cover_tmp)
public function parseTestResults($source_path, $xunit_tmp, $cover_tmp)
Parameters
$source_path | ||
$xunit_tmp | ||
$cover_tmp |
Return
wild |
public function readCoverage($cover_file, $source_path)
public function readCoverage($cover_file, $source_path)
Parameters
$cover_file | ||
$source_path |
Return
wild |