README revision 9062ea13d64c4cc70df35e5e10a77e55f2029d41
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip KirkYUI Test Framework
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip KirkModule Name: "test"
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip KirkDocumentation: http://developer.yahoo.com/yui/3/test
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk3.NEXT
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added JUnit XML test results format.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added TAP test results format.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk3.0.0
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added missing space in assert failure message (trac #2528058).
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Fixed ArrayAssert errors (trac #2528142).
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Failed tests now output "failed" into the log (trac #2527916).
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added chainability for the add() method on Y.Test.Runner and Y.Test.Suite (trac #2527899).
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk3.0.0b1
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Changed component name to "test" from "yuitest".
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Removed dependencies on Y.Object.owns().
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * 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.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Renamed Y.ObjectAssert.has() to Y.ObjectAssert.hasKey() to better match Y.Object.hasKey().
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Removed Y.ObjectAssert.hasAll() and replaced with Y.ObjectAssert.hasKeys() to better match Y.Object.hasKey().
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Renamed Y.ObjectAssert.owns() to Y.ObjectAssert.ownsKey() to better match Y.Object.hasKey().
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Removed Y.ObjectAssert.ownsAll() and replaced with Y.ObjectAssert.ownsKeys() to better match Y.Object.hasKey().
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added unit tests for mock and object asserts.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added Y.assert() and Y.fail().
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added Y.ObjectAssert.ownsNoKeys() (trac# 2527849).
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Added proper XML escaping to Y.Test.Format.XML.
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Fixed this._form is undefined error in TestReporter (trac# 2527928).
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk3.0.0PR2
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Initial port from 2.x version
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Introduction of mock objects (Y.Mock())
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk * Event simulation moved to Y.Event.simulate() (no longer part of Test component)
b127ac411761a3d8d642d9342d9cac2785e1faaaPhilip Kirk