function setUp() {
}
function tearDown() {
if (testbed) {
}
}
name : "resources",
_should: {
fail: {
//test_skin_loaded: 2529194 // bug
}
},
test_module_loaded: function () {
},
test_skin_loaded: function () {
return true;
}
});
}
}));
name : "instantiation",
test_instantiation : function () {
var c = new Y.Console({
newestOnTop: true,
boundingBox: '#testbed'
});
c.destroy();
},
test_render : function () {
var c = new Y.Console({
newestOnTop: true,
boundingBox: '#testbed'
});
c.render();
c.destroy();
}
}));
name : "ui",
"Filter controls should be in the footer" : function () {
}
}));