YUI.
add(
'instances-tests',
function(Y) {
name:
'Static Instance of Y.IO',
'test: static': function() {
}
}));
name:
'Compare IO Instances',
'test: instances': function() {
}
}));
name:
'IO Instance is an Object',
'test: is an Object': function() {
}
}));
name:
'Instance of Y.IO',
'test: instanceOf': function() {
}
}));
});