Home
last modified time | relevance | path

Searched defs:test (Results 101 – 125 of 136) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php57 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
76 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
95 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
137 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
149 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
161 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
262 public function startTest(PHPUnit_Framework_Test $test)
283 public function endTest(PHPUnit_Framework_Test $test, $time)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php185 …public function runTestJob($job, PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $resul…
271 …private function processChildResult(PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $re…
H A DTest.php38 public static function describe(PHPUnit_Framework_Test $test, $asString = true)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php66 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
78 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
89 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
101 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
112 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
123 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
150 public function startTest(PHPUnit_Framework_Test $test)
161 public function endTest(PHPUnit_Framework_Test $test, $time)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php120 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
137 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
154 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
171 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
188 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
205 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
238 public function startTest(PHPUnit_Framework_Test $test)
285 public function endTest(PHPUnit_Framework_Test $test, $time)
367 private function isOfInterest(PHPUnit_Framework_Test $test)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DBaseTestListener.php19 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
23 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
27 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
31 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
35 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
39 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
51 public function startTest(PHPUnit_Framework_Test $test)
55 public function endTest(PHPUnit_Framework_Test $test, $time)
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js35 var test = window.top.opener.document.domain ; variable
/plugin/ckgdoku/action/
H A Dedit.php20 var $test = false; variable in action_plugin_ckgdoku_edit
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dheadline.md37 test chapter
/plugin/fckg/action/
H A Dedit.php30 var $test = false; variable in action_plugin_fckg_edit
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js35 var test = window.parent.document.domain ; variable
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js35 var test = window.top.opener.document.domain ; variable
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js55 test: RegExp.prototype.test, property in AnonymousFunction5b121b410100.nativ
280 RegExp.prototype.test = (on ? fixed : nativ).test; method in RegExp
801 self.test = function (str, regex, pos, sticky) { function
961 fixed.test = function (str) { function
/plugin/condition/
H A Dsyntax.php140 function _is_test(&$match, &$test) {
/plugin/issuetracker/
H A Dprototype.js4379 var test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec( variable
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js600 module.exports.test = function(b){ function
/plugin/news/scripts/
H A Dnewsfeed.php24 $test = ""; variable
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php116 function PHPUnit_RepeatedTest(&$test, $timesRepeat = 1) {
H A DTestListener.php124 function addError(&$test, &$t) { /*abstract */ }
134 function addFailure(&$test, &$t) { /*abstract */ }
143 function endTest(&$test) { /*abstract */ }
152 function startTest(&$test) { /*abstract */ }
H A DTestDecorator.php87 function PHPUnit_TestDecorator(&$test) {
H A DTestResult.php113 function addError(&$test, &$t) {
129 function addFailure(&$test, &$t) {
156 function addPassedTest(&$test) {
166 function endTest(&$test) {
243 function run(&$test) {
275 function startTest(&$test) {
H A DTestSuite.php108 function PHPUnit_TestSuite($test = FALSE) {
121 function addTest(&$test) {
195 function runTest(&$test, &$result) {
/plugin/authucenter/lib/api/
H A Duc.php85 function test($get, $post) { function in uc_note
/plugin/pagestat/
H A Dremote.php36 function test($msg){ function in remote_plugin_pagestat
/plugin/syntaxhighlightjs/
H A Dpackage.json14 "test": "echo \"Error: no test specified\" && exit 1" string

123456