README revision b5983d53e5f50f3137991a80821078a32a4be3b3
12N/AYUI Test Framework
12N/AModule Name: "test"
12N/ADocumentation: http://developer.yahoo.com/yui/3/test
12N/A
12N/A3.0.0
12N/A * Added missing space in assert failure message (trac #2528058).
12N/A * Fixed ArrayAssert errors (trac #2528142).
12N/A * Failed tests now output "failed" into the log (trac #2527916).
12N/A
12N/A3.0.0b1
12N/A
12N/A * Changed component name to "test" from "yuitest".
12N/A * Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
12N/A * Removed dependencies on Y.Object.owns().
12N/A * Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
12N/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.
12N/A * Renamed Y.ObjectAssert.has() to Y.ObjectAssert.hasKey() to better match Y.Object.hasKey().
12N/A * Removed Y.ObjectAssert.hasAll() and replaced with Y.ObjectAssert.hasKeys() to better match Y.Object.hasKey().
12N/A * Renamed Y.ObjectAssert.owns() to Y.ObjectAssert.ownsKey() to better match Y.Object.hasKey().
12N/A * Removed Y.ObjectAssert.ownsAll() and replaced with Y.ObjectAssert.ownsKeys() to better match Y.Object.hasKey().
1980N/A * Added unit tests for mock and object asserts.
12N/A * Added Y.assert() and Y.fail().
3177N/A * Added Y.ObjectAssert.ownsNoKeys() (trac# 2527849).
12N/A * Added proper XML escaping to Y.Test.Format.XML.
12N/A * Fixed this._form is undefined error in TestReporter (trac# 2527928).
3117N/A
3177N/A3.0.0PR2
30N/A
30N/A * Initial port from 2.x version
849N/A * Introduction of mock objects (Y.Mock())
1980N/A * Event simulation moved to Y.Event.simulate() (no longer part of Test component)
124N/A