Jifty
view release on metacpan or search on metacpan
t/TestApp-JiftyJS/share/web/static/js-test/lib/Test/Builder.js view on Meta::CPAN
this.todoOutput(writer);
this.endOutput(writer);
if (top.alert.apply) {
this.warnOutput(top.alert, top);
} else {
this.warnOutput(function (msg) { top.alert(msg); });
}
} else if (Test.PLATFORM == 'director') {
// Macromedia-Adobe:Director MX 2004 Support
// XXX Is _player a definitive enough object?
// There may be an even more explicitly Director object.
this.output(trace);
this.failureOutput(trace);
this.todoOutput(trace);
this.warnOutput(trace);
}
return this;
};
( run in 0.234 second using v1.01-cache-2.11-cpan-26ccb49234f )