README revision 8e2f5a54575e4da16c524b6c45cba19a4ad00070
YUI Test Framework
Module Name: "test"
Documentation: http://developer.yahoo.com/yui/3/test
3.0.0b1
* Changed component name to "test" from "yuitest".
* Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
* Removed dependencies on Y.Object.owns().
* Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
* Fixed bug in mock objects where a mock method called asynchronously (via timeout or XHR callback) could throw an error up to the browser and cause the test to incorrectly be marked as passing.
3.0.0PR2
* Initial port from 2.x version
* Introduction of mock objects (Y.Mock())
* Event simulation moved to Y.Event.simulate() (no longer part of Test component)