Yahoo! UI Library

test  3.2.0

Yahoo! UI Library > test > YUITest.js (source view)
Search:
 
Filters
/*Stub for future compatibility*/
if (typeof YUITest == "undefined" || !YUITest) {
    YUITest = {
        TestRunner: Y.Test.Runner,
        ResultsFormat: Y.Test.Format,
        CoverageFormat: Y.Coverage.Format
    };
}

Copyright © 2010 Yahoo! Inc. All rights reserved.