README revision 3311c55c55c920279703d40fac28a11fe9d8494c
2086N/ADocumentation: http://developer.yahoo.com/yui/3/test
6983N/A * Added chainability for the add() method on Y.Test.Runner and Y.Test.Suite (trac #2527899).
2086N/A * Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
2086N/A * Removed dependencies on Y.Object.owns().
2086N/A * Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
3231N/A * 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.
2086N/A * Renamed Y.ObjectAssert.has() to Y.ObjectAssert.hasKey() to better match Y.Object.hasKey().
2086N/A * Removed Y.ObjectAssert.hasAll() and replaced with Y.ObjectAssert.hasKeys() to better match Y.Object.hasKey().
2086N/A * Renamed Y.ObjectAssert.owns() to Y.ObjectAssert.ownsKey() to better match Y.Object.hasKey().
2086N/A * Removed Y.ObjectAssert.ownsAll() and replaced with Y.ObjectAssert.ownsKeys() to better match Y.Object.hasKey().
2086N/A * Added Y.ObjectAssert.ownsNoKeys() (trac# 2527849).
2086N/A * Added proper XML escaping to Y.Test.Format.XML.
2086N/A * Event simulation moved to Y.Event.simulate() (no longer part of Test component)