API Docs for: 3.18.1
Show:

File: test/js/YUITest.js



/**
 * YUI Test Framework
 * @module test
 * @main test
 */

/*
 * The root namespace for YUI Test.
 */

//So we only ever have one YUITest object that's shared
if (YUI.YUITest) {
    Y.Test = YUI.YUITest;
} else { //Ends after the YUITest definitions

    //Make this global for back compat
    YUITest = {
        version: "@VERSION@",
        guid: function(pre) {
            return Y.guid(pre);
        }
    };