Home
last modified time | relevance | path

Searched full:test (Results 1 – 25 of 3427) sorted by relevance

12345678910>>...138

/plugin/struct/
H A Ddeleted.files4 _test/AccessTableDataDB.test.php
5 _test/AccessTableDataDBMulti.test.php
6 _test/AccessTableDataReplacement.test.php
7 _test/AccessTableDataSQL.test.php
8 _test/AggregationExportCSV.test.php
9 _test/AggregationResults.test.php
10 _test/Assignments.test.php
11 _test/Bureaucracy.test.php
12 _test/Column.test.php
13 _test/ConfigParser.test.php
[all …]
/plugin/asciidocjs/node_modules/function-bind/
D.travis.yml25 - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
28 - TEST=true
37 env: TEST=true ALLOW_FAILURE=true
39 env: TEST=true ALLOW_FAILURE=true
41 env: TEST=true ALLOW_FAILURE=true
43 env: TEST=true ALLOW_FAILURE=true
45 env: TEST=true ALLOW_FAILURE=true
47 env: TEST=true ALLOW_FAILURE=true
49 env: TEST=true ALLOW_FAILURE=true
51 env: TEST=true ALLOW_FAILURE=true
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestCaseTest.php44 $test = new Success;
45 $result = $test->run();
47 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_PASSED, $test->getStatus());
56 $test = new Failure;
57 $result = $test->run();
59 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE, $test->getStatus());
68 $test = new TestError;
69 $result = $test->run();
71 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_ERROR, $test->getStatus());
80 $test = new TestSkipped();
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.autofix.url.php7 $source_url = 'http://www.test.com/test%20test';
15 $source_url = 'http://www.test.com/testtest';
23 $source_url = 'http://user:password@www.test.com/testtest?param=value&param2=value2#fragment';
31 …$source_url = 'http://user:password@www.test.com/test%20%01test?param=value&param2=value2#fragment…
39 $source_url = '/test%20%01test?param=value&param2=value2#fragment';
47 $source_url = 'test%20%01test?param=value&param2=value2#fragment';
55 $source_url = 'test%A1test';
56 $expected_url = 'test%A1test';
64 $source_url = 'http://www.test.com/test test?test=test&extra=sample';
65 $expected_url = 'http://www.test.com/test%20%20test?test=test&extra=sample';
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
DCHANGELOG.md14 * Test: Move `case_notification` in integration s. (Ivan Enderlin, 2017-02-10T15:31:54+01:00)
15 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T15:24:08+01:00)
16 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T13:07:59+01:00)
17 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T09:55:17+01:00)
19 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T08:22:01+01:00)
20 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T07:57:10+01:00)
21 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-06T08:46:14+01:00)
23 * Test: Write `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-03T12:16:29+01:00)
27 * Test: Write `Hoa\Stream\Context` test suite. (Ivan Enderlin, 2017-02-02T15:23:47+01:00)
29 * Test: Write `Hoa\Stream\Composite` test suite. (Ivan Enderlin, 2017-02-02T15:05:37+01:00)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DTicketListener.php12 * Base class for test listeners that interact with an issue tracker.
29 * @param PHPUnit_Framework_Test $test
33 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
40 * @param PHPUnit_Framework_Test $test
44 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
49 * Incomplete test.
51 * @param PHPUnit_Framework_Test $test
55 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
60 * Risky test.
62 * @param PHPUnit_Framework_Test $test
[all …]
DTestDecorator.php15 * test decorators. Test decorator subclasses can be introduced
16 * to add behaviour before or after a test is run.
21 * The Test to be decorated.
25 protected $test = null; variable in PHPUnit_Extensions_TestDecorator
30 * @param PHPUnit_Framework_Test $test
32 public function __construct(PHPUnit_Framework_Test $test) argument
34 $this->test = $test;
38 * Returns a string representation of the test.
44 return $this->test->toString();
48 * Runs the test and collects the
[all …]
/plugin/asciidocjs/node_modules/asap/
Dpackage.json21 "./test/domain.js": "./test/browser-domain.js"
33 "test": "npm run lint && npm run test-node", string
34 …"test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucel…
35 "test-node": "node test/asap-test.js",
36 "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",
37 "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
38 …"test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configuratio…
39 …"test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configura…
40 …"test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurati…
41 …"test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configur…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DJSON.php34 * @param PHPUnit_Framework_Test $test
38 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
45 $test
54 * @param PHPUnit_Framework_Test $test
58 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
65 $test
74 * @param PHPUnit_Framework_Test $test
78 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
85 $test
92 * Incomplete test.
[all …]
DTAP.php13 * test execution using the Test Anything Protocol (TAP).
48 * @param PHPUnit_Framework_Test $test
52 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
54 $this->writeNotOk($test, 'Error');
60 * @param PHPUnit_Framework_Test $test
64 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
66 $this->writeNotOk($test, 'Warning');
72 * @param PHPUnit_Framework_Test $test
76 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
78 $this->writeNotOk($test, 'Failure');
[all …]
/plugin/syntaxhighlighter3/sxh3/tests/cases/
D002_brushes.html2 <pre class="brush: applescript;">test</pre>
3 <pre class="brush: as3;">test</pre>
4 <pre class="brush: bash;">test</pre>
5 <pre class="brush: cf;">test</pre>
6 <pre class="brush: cpp;">test</pre>
7 <pre class="brush: csharp;">test</pre>
8 <pre class="brush: css;">test</pre>
9 <pre class="brush: delphi;">test</pre>
10 <pre class="brush: diff;">test</pre>
11 <pre class="brush: erlang;">test</pre>
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dnested-lists.md87 - test
88 - test
89 - test
90 - test
91 - test
95 - test
96 - test
98 - test
99 - test
101 - test
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DescapedCharacters.yml1 test: outside double quotes
7 test: 'null'
13 test: bell
19 test: backspace
25 test: horizontal tab (1)
31 test: horizontal tab (2)
37 test: line feed
43 test: vertical tab
49 test: form feed
55 test: carriage return
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestListener.php12 * A Listener for test progress.
19 * @param PHPUnit_Framework_Test $test
23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time); argument
28 * @param PHPUnit_Framework_Test $test
36 // public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time);
41 * @param PHPUnit_Framework_Test $test
45 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
48 * Incomplete test.
50 * @param PHPUnit_Framework_Test $test
54 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time); argument
[all …]
DTestSuite.php12 * A TestSuite is a composite of Tests. It runs a collection of test cases.
48 * The name of the test suite.
55 * The test groups of the test suite.
62 * The tests in the test suite.
69 * The number of tests in the test suite.
193 * Returns a string representation of the test suite.
203 * Adds a test to the suite.
205 * @param PHPUnit_Framework_Test $test
208 public function addTest(PHPUnit_Framework_Test $test, $groups = []) argument
210 $class = new ReflectionClass($test);
[all …]
/plugin/latexit/tests/dw_orig_test_files/
Dstart.txt2 …b/plugins/latexit/tests/script X Y Z'' , kde X značí první test ke spuštění a Y poslední test ke s…
5 * TEST 1 - [[test1|Základní hlavička]]
6 * TEST 2 - [[test2|Základní formátování]]
7 * TEST 3 - [[test3|Seznamy]]
8 * TEST 4 - [[test4|Nadpisy]]
9 * TEST 5 - [[test5|Odkazy]]
10 * TEST 6 - [[test6|Interní odkazy]]
11 * TEST 7 - [[test7|Rekurzivní průchod odkazy]]
12 * TEST 8 - [[test8|Tabulky]]
13 * TEST 9 - [[test9|Obrazky]]
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
DXML.php62 * @param PHPUnit_Framework_Test $test
66 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
74 * @param PHPUnit_Framework_Test $test
78 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
85 * @param PHPUnit_Framework_Test $test
89 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
95 * Incomplete test.
97 * @param PHPUnit_Framework_Test $test
101 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
106 * Risky test.
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DDirectory.php37 namespace Hoa\Iterator\Test\Unit;
40 use Hoa\Test; alias
43 * Class \Hoa\Iterator\Test\Unit\Directory.
45 * Test suite of the directory iterator.
50 class Directory extends Test\Unit\Suite
56 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
57 resolve('hoa://Test/Vfs/Root/A?type=file'),
58 resolve('hoa://Test/Vfs/Root/Aa?type=file'),
59 resolve('hoa://Test/Vfs/Root/Aaa?type=file'),
85 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
DResultPrinter.php116 * @param PHPUnit_Framework_Test $test
120 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
122 if (!$this->isOfInterest($test)) {
133 * @param PHPUnit_Framework_Test $test
137 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
139 if (!$this->isOfInterest($test)) {
150 * @param PHPUnit_Framework_Test $test
154 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
156 if (!$this->isOfInterest($test)) {
165 * Incomplete test.
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
DCHANGELOG.md10 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:49:56+02:00)
26 * Test: Write `Hoa\Compiler\Llk\Llk` test suite. (Ivan Enderlin, 2016-08-14T17:40:38+02:00)
31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
32 * Test: Write `…ption\UnrecognizedToken` test suite. (Ivan Enderlin, 2016-08-14T16:43:06+02:00)
33 * Test: Write `…ception\UnexpectedToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:52+02:00)
34 * Test: Write `…Compiler\Exception\Rule` test suite. (Ivan Enderlin, 2016-08-14T16:42:43+02:00)
35 * Test: Write `…ompiler\Exception\Lexer` test suite. (Ivan Enderlin, 2016-08-14T16:42:31+02:00)
36 * Test: Write `…\Exception\IllegalToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:07+02:00)
37 * Test: Write `…lStateHasNotBeenReached` test suite. (Ivan Enderlin, 2016-08-14T16:41:49+02:00)
38 * Test: Write `…ler\Exception\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:41:19+02:00)
[all …]
/plugin/include/_test/
H A Dnested_include.test.php11 'test:plugin_include:nested:start',
12 'test:plugin_include:nested:second',
13 'test:plugin_include:nested:third'
24 $mainHTML = p_wiki_xhtml('test:plugin_include:nested:start');
25 $secondHTML = p_wiki_xhtml('test:plugin_include:nested:second');
26 $thirdHTML = p_wiki_xhtml('test:plugin_include:nested:third');
32 $thirdHTML = p_wiki_xhtml('test:plugin_include:nested:third');
33 $secondHTML = p_wiki_xhtml('test:plugin_include:nested:second');
34 $mainHTML = p_wiki_xhtml('test:plugin_include:nested:start');
40 …$this->assertTrue($this->_matchHeader('1', 'Main Test Page', $mainHTML), 'Main page header is h1');
[all …]
/plugin/siteexport/_test/
Dplugin_siteexport_functions_getrelativeurl.test.php31 'base' => "test/test.html",
32 'relative' => "../test/test2.html",
38 'base' => "test.html",
45 'base' => "test.html",
46 'relative' => "../test/test2.html",
47 'expected' => "test/test2.html",
51 'base' => "test/test.html",
57 'base' => "test/test.html",
63 foreach ($testMatrix as $test) {
64 $result = $functions->getRelativeURL($test['relative'], $test['base']);
[all …]
/plugin/creole/_test/
Dcreole.test.php22 * Test monospace XHTML generation.
37 * Test superscript XHTML generation.
52 * Test subscript XHTML generation.
67 * Test according to examples in:
68 * http://www.wikicreole.org/attach/Creole1.0TestCases/creole1.0test.txt
70 * Test heading 1, no trailing equal signs
83 * Test according to examples in:
84 * http://www.wikicreole.org/attach/Creole1.0TestCases/creole1.0test.txt
86 * Test heading 2, no trailing equal signs
90 …$expected = "\n<h2 class=\"sectionedit1\" id=\"this_a_test_for_creole_01_2\">This a test for creol…
[all …]
/plugin/indexmenu2/cms/extensions/tests/
DStringTests.html22 assertEquals("Ltrim strips whitespaces, when no parameter supplied", "test", " test".ltrim());
23 … assertEquals("Ltrim strips a char, when char parameter supplied", "test", "1111test".ltrim('1'));
24 …assertEquals("Ltrim strips a sequentional substring, when string parameter supplied", "test", "rer…
27 … assertEquals("Rtrim strips whitespaces, when no parameter supplied", "test", "test ".rtrim());
28 … assertEquals("Rtrim strips a char, when char parameter supplied", "test", "test11111".rtrim('1'));
29 …assertEquals("Rtrim strips a sequentional substring, when string parameter supplied", "test", "tes…
32 …assertEquals("Trim strips whitespaces, when no parameter supplied", "test", " test ".trim());
33 …assertEquals("Trim strips a char, when char parameter supplied", "2test", "11112test11111".trim('1…
34 …assertEquals("Trim strips a sequentional substring, when string parameter supplied", "test", "rere…
37 assertEquals("Dup correctly duplicates the string", "testtest", "test".dup());
[all …]
/plugin/virtualkeyboard/vk/extensions/tests/
DStringTests.html22 assertEquals("Ltrim strips whitespaces, when no parameter supplied", "test", " test".ltrim());
23 … assertEquals("Ltrim strips a char, when char parameter supplied", "test", "1111test".ltrim('1'));
24 …assertEquals("Ltrim strips a sequentional substring, when string parameter supplied", "test", "rer…
27 … assertEquals("Rtrim strips whitespaces, when no parameter supplied", "test", "test ".rtrim());
28 … assertEquals("Rtrim strips a char, when char parameter supplied", "test", "test11111".rtrim('1'));
29 …assertEquals("Rtrim strips a sequentional substring, when string parameter supplied", "test", "tes…
32 …assertEquals("Trim strips whitespaces, when no parameter supplied", "test", " test ".trim());
33 …assertEquals("Trim strips a char, when char parameter supplied", "2test", "11112test11111".trim('1…
34 …assertEquals("Trim strips a sequentional substring, when string parameter supplied", "test", "rere…
37 assertEquals("Dup correctly duplicates the string", "testtest", "test".dup());
[all …]

12345678910>>...138