README revision 359c147bb7d734b478b47d664e9f09e5f2f47cf1
ac4e70ff8955669341f435bc0a734a17c01af124Mark AndrewsYUI Test Framework
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic UpdaterModule Name: "test"
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic UpdaterDocumentation: http://developer.yahoo.com/yui/3/test
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater * Added JUnit XML test results format.
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater * Added TAP test results format.
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updater * Added getResults() method on TestRunner.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater * Added isRunning() method on TestRunner.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington * Added getName()/setName() method on TestRunner.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews * Added coverage support, including getCoverage() on TestRunner and CoverageFormat.
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater * Changed master suite default name to be "yuitests" plus a timestamp.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington * Added test duration tracking.
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater * Updated JUnit XML test format with time information.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews * Added missing space in assert failure message (trac #2528058).
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater * Fixed ArrayAssert errors (trac #2528142).
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater * Failed tests now output "failed" into the log (trac #2527916).
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews * Added chainability for the add() method on Y.Test.Runner and Y.Test.Suite (trac #2527899).
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews * Changed component name to "test" from "yuitest".
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater * Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews * Removed dependencies on Y.Object.owns().
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater * Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson * 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.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater * Renamed Y.ObjectAssert.has() to Y.ObjectAssert.hasKey() to better match Y.Object.hasKey().
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater * Removed Y.ObjectAssert.hasAll() and replaced with Y.ObjectAssert.hasKeys() to better match Y.Object.hasKey().
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson * Renamed Y.ObjectAssert.owns() to Y.ObjectAssert.ownsKey() to better match Y.Object.hasKey().
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater * Removed Y.ObjectAssert.ownsAll() and replaced with Y.ObjectAssert.ownsKeys() to better match Y.Object.hasKey().
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater * Added unit tests for mock and object asserts.
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt * Added Y.ObjectAssert.ownsNoKeys() (trac# 2527849).
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater * Added proper XML escaping to Y.Test.Format.XML.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater * Fixed this._form is undefined error in TestReporter (trac# 2527928).
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater * Initial port from 2.x version
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt * Introduction of mock objects (Y.Mock())
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater * Event simulation moved to Y.Event.simulate() (no longer part of Test component)