|
0
|
1 |
YUI Test Framework
|
|
|
2 |
Module Name: "test"
|
|
|
3 |
Documentation: http://developer.yahoo.com/yui/3/test
|
|
|
4 |
|
|
|
5 |
3.0.0b1
|
|
|
6 |
|
|
|
7 |
* Changed component name to "test" from "yuitest".
|
|
|
8 |
* Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
|
|
|
9 |
* Removed dependencies on Y.Object.owns().
|
|
|
10 |
* Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
|
|
|
11 |
* 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.
|
|
|
12 |
* Renamed Y.ObjectAssert.has() to Y.ObjectAssert.hasKey() to better match Y.Object.hasKey().
|
|
|
13 |
* Removed Y.ObjectAssert.hasAll() and replaced with Y.ObjectAssert.hasKeys() to better match Y.Object.hasKey().
|
|
|
14 |
* Renamed Y.ObjectAssert.owns() to Y.ObjectAssert.ownsKey() to better match Y.Object.hasKey().
|
|
|
15 |
* Removed Y.ObjectAssert.ownsAll() and replaced with Y.ObjectAssert.ownsKeys() to better match Y.Object.hasKey().
|
|
|
16 |
* Added unit tests for mock and object asserts.
|
|
|
17 |
* Added Y.assert() and Y.fail().
|
|
|
18 |
* Added Y.ObjectAssert.ownsNoKeys() (trac# 2527849).
|
|
|
19 |
* Added proper XML escaping to Y.Test.Format.XML.
|
|
|
20 |
* Fixed this._form is undefined error in TestReporter (trac# 2527928).
|
|
|
21 |
|
|
|
22 |
3.0.0PR2
|
|
|
23 |
|
|
|
24 |
* Initial port from 2.x version
|
|
|
25 |
* Introduction of mock objects (Y.Mock())
|
|
|
26 |
* Event simulation moved to Y.Event.simulate() (no longer part of Test component)
|