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