Searched refs:tests (Results 1 - 20 of 20) sorted by relevance
/yui3/src/loader/scripts/ |
H A D | launch_tests.sh | 11 yuitest ../tests/cli/loader.js
|
H A D | build_loader_tests.js | 62 var tests = []; variable 65 tests.push(writeTest(k, mods[k])); 70 str += ' ' + tests.join(',\n'), 75 fs.writeFileSync(path.join(__dirname, '../', 'tests/cli') + '/loader.js', wrapper); 76 console.log(Object.keys(mods).length + ' tests written to: ./tests/cli/loader.js');
|
/yui3/src/common/scripts/ |
H A D | yetiunit.php | 4 $xml = simplexml_load_file('common/tests/unit.xml'); 8 foreach ($xml->tests->url as $k => $url) {
|
/yui3/src/io/scripts/ |
H A D | launch_tests.sh | 15 yuitest ../tests/cli/run.js
|
/yui3/src/loader/ |
H A D | Makefile | 12 tests: test 24 .PHONY: meta check tests deps test all
|
/yui3/src/dom/tests/ |
H A D | dom-xy-test.js | 6 tests = {name: 'Y.DOM.xy'}, 32 tests['should set ' + id + ' in page coords'] = function() { 37 Y.Test.Runner.add(new Y.Test.Case(tests));
|
/yui3/src/loader/tests/server/ |
H A D | server.js | 3 var tests = {}; 6 tests.combo = true; 10 tests.star = true; 14 tests.local = true; 18 tests.loader = true; 27 if (!Object.keys(tests).length) { 61 Object.keys(tests).forEach(function(v) { 87 Object.keys(tests).forEach(function(t) { 93 Object.keys(tests).forEach(function(t) { 126 str += '"test: /tests/' [all...] |
/yui3/build/selector-css2/ |
H A D | selector-css2-debug.js | 123 tests, 133 tests = token.tests; 134 j = tests.length; 136 while ((test = tests[--j])) { 243 // add tests 288 if (test) { // reorder match array and unescape special chars for tests 307 tests: [] 356 token.tests.push(test);
|
/yui3/src/dom/js/ |
H A D | selector-css2.js | 121 tests, 131 tests = token.tests; 132 j = tests.length; 134 while ((test = tests[--j])) { 241 // add tests 286 if (test) { // reorder match array and unescape special chars for tests 305 tests: [] 354 token.tests.push(test);
|
/yui3/src/yui/js/ |
H A D | features.js | 17 * Object hash of all registered feature tests 18 * @property tests 21 tests: feature_tests, 43 * Execute all tests of a given category and return the serialized results 51 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
|
/yui3/build/features/ |
H A D | features-debug.js | 19 * Object hash of all registered feature tests 20 * @property tests 23 tests: feature_tests, 45 * Execute all tests of a given category and return the serialized results 53 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
|
/yui3/src/yui/tests/ |
H A D | core-tests.js | 1 YUI.add('core-tests', function(Y) { 39 name: "Core tests", 423 Assert.isString(results, 'Feature tests failed to return a string'); 424 Assert.isTrue((results.length > 0), 'Feature tests failed to return results'); 425 Assert.areEqual(testY.Object.keys(testY.Features.tests.load).length, results.split(';').length, 'Failed to return all results for Feature Tests');
|
/yui3/src/loader/js/ |
H A D | loader.js | 445 if (Y.config.tests) { 446 self.testresults = Y.config.tests; 1244 ftests = Y.Features && Y.Features.tests.load, 1715 //There is no test method, create a default one that tests
|
/yui3/build/loader/ |
H A D | loader-debug.js | 545 if (Y.config.tests) { 546 self.testresults = Y.config.tests; 1344 ftests = Y.Features && Y.Features.tests.load, 1815 //There is no test method, create a default one that tests
|
/yui3/build/loader-base/ |
H A D | loader-base-debug.js | 545 if (Y.config.tests) { 546 self.testresults = Y.config.tests; 1344 ftests = Y.Features && Y.Features.tests.load, 1815 //There is no test method, create a default one that tests
|
/yui3/build/yui/ |
H A D | yui-debug.js | 1961 * You will have to implement additional tests if these functions 4911 * Object hash of all registered feature tests 4912 * @property tests 4915 tests: feature_tests, 4937 * Execute all tests of a given category and return the serialized results 4945 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0 6046 if (Y.config.tests) { 6047 self.testresults = Y.config.tests; 6845 ftests = Y.Features && Y.Features.tests.load, 7316 //There is no test method, create a default one that tests [all...] |
/yui3/build/yui-nodejs/ |
H A D | yui-nodejs-debug.js | 1961 * You will have to implement additional tests if these functions 3847 * Object hash of all registered feature tests 3848 * @property tests 3851 tests: feature_tests, 3873 * Execute all tests of a given category and return the serialized results 3881 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0 5062 if (Y.config.tests) { 5063 self.testresults = Y.config.tests; 5861 ftests = Y.Features && Y.Features.tests.load, 6332 //There is no test method, create a default one that tests [all...] |
/yui3/build/simpleyui/ |
H A D | simpleyui-debug.js | 1961 * You will have to implement additional tests if these functions 4911 * Object hash of all registered feature tests 4912 * @property tests 4915 tests: feature_tests, 4937 * Execute all tests of a given category and return the serialized results 4945 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0 5914 * Object hash of all registered feature tests 5915 * @property tests 5918 tests: feature_tests, 5940 * Execute all tests o [all...] |
/yui3/src/simpleyui/js/ |
H A D | concat.js | 1961 * You will have to implement additional tests if these functions 4911 * Object hash of all registered feature tests 4912 * @property tests 4915 tests: feature_tests, 4937 * Execute all tests of a given category and return the serialized results 4945 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0 5914 * Object hash of all registered feature tests 5915 * @property tests 5918 tests: feature_tests, 5940 * Execute all tests o [all...] |
/yui3/build/yui-base/ |
H A D | yui-base-debug.js | 1961 * You will have to implement additional tests if these functions 4911 * Object hash of all registered feature tests 4912 * @property tests 4915 tests: feature_tests, 4937 * Execute all tests of a given category and return the serialized results 4945 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
|
Completed in 449 milliseconds