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