[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
YUI Test Framework
File Size: | 3876 lines (133 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
xmlEscape(text) X-Ref |
No description |
serializeToXML(results) X-Ref |
Returns test results formatted as an XML string. param: {Object} result The results object created by TestRunner. return: {String} An XML-formatted string of results. |
serializeToJUnitXML(results) X-Ref |
Returns test results formatted in JUnit XML format. param: {Object} result The results object created by TestRunner. return: {String} An XML-formatted string of results. |
serializeToTAP(results) X-Ref |
No description |
inGroups(testGroups, filter) X-Ref |
No description |
TestNode(testObject) X-Ref |
A node in the test tree structure. May represent a TestSuite, TestCase, or test function. param: {Any} testObject A TestSuite, TestCase, or the name of a test function. |
TestRunner() X-Ref |
Runs test suites and test cases, providing events to allowing for the interpretation of test results. |
f() X-Ref |
No description |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |