Home
last modified time | relevance | path

Searched refs:buildTestFuture (Results 1 – 8 of 8) sorted by relevance

/dports/devel/arcanist/arcanist-b2e715f/src/unit/engine/
H A DCSharpToolsTestEngine.php88 protected function buildTestFuture($test_assembly) { function in CSharpToolsTestEngine
90 return parent::buildTestFuture($test_assembly);
127 return parent::buildTestFuture($test_assembly);
H A DPytestTestEngine.php17 $future = $this->buildTestFuture($junit_tmp, $cover_tmp);
36 public function buildTestFuture($junit_tmp, $cover_tmp) { function in PytestTestEngine
H A DNoseTestEngine.php64 $future = $this->buildTestFuture($test_path, $xunit_tmp, $cover_tmp);
99 public function buildTestFuture($path, $xunit_tmp, $cover_tmp) { function in NoseTestEngine
H A DXUnitTestEngine.php322 protected function buildTestFuture($test_assembly) { function in XUnitTestEngine
360 $this->buildTestFuture($test_assembly['assembly']);
/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/engine/
H A DCSharpToolsTestEngine.php88 protected function buildTestFuture($test_assembly) { function in CSharpToolsTestEngine
90 return parent::buildTestFuture($test_assembly);
127 return parent::buildTestFuture($test_assembly);
H A DPytestTestEngine.php17 $future = $this->buildTestFuture($junit_tmp, $cover_tmp);
36 public function buildTestFuture($junit_tmp, $cover_tmp) { function in PytestTestEngine
H A DNoseTestEngine.php64 $future = $this->buildTestFuture($test_path, $xunit_tmp, $cover_tmp);
99 public function buildTestFuture($path, $xunit_tmp, $cover_tmp) { function in NoseTestEngine
H A DXUnitTestEngine.php322 protected function buildTestFuture($test_assembly) { function in XUnitTestEngine
360 $this->buildTestFuture($test_assembly['assembly']);