src/cm/media/js/lib/yui/yui3.0.0/releasenotes/README.test
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
YUI Test Framework
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
Module Name: "test"
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
Documentation: http://developer.yahoo.com/yui/3/test
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
3.NEXT
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
    * Added JUnit XML test format.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     8
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
3.0.0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
    * Added missing space in assert failure message (trac #2528058).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
    * Fixed ArrayAssert errors (trac #2528142).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
    * Failed tests now output "failed" into the log (trac #2527916).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
    * Added chainability for the add() method on Y.Test.Runner and Y.Test.Suite (trac #2527899).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    14
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    15
3.0.0b1
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    16
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
    * Changed component name to "test" from "yuitest".
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
    * Fixed bug in Y.Mock.Value() where omitting second argument caused an error.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    19
    * Removed dependencies on Y.Object.owns().
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    20
    * Fixed bug in Y.Mock.Value() that resulting in multiple calls to the same verification to include old information.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    21
    * 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.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    22
    * Renamed Y.ObjectAssert.has() to Y.ObjectAssert.hasKey() to better match Y.Object.hasKey().
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
    * Removed Y.ObjectAssert.hasAll() and replaced with Y.ObjectAssert.hasKeys() to better match Y.Object.hasKey().
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    24
    * Renamed Y.ObjectAssert.owns() to Y.ObjectAssert.ownsKey() to better match Y.Object.hasKey().
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    25
    * Removed Y.ObjectAssert.ownsAll() and replaced with Y.ObjectAssert.ownsKeys() to better match Y.Object.hasKey().
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    26
    * Added unit tests for mock and object asserts.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    27
    * Added Y.assert() and Y.fail().
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
    * Added Y.ObjectAssert.ownsNoKeys() (trac# 2527849).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    29
    * Added proper XML escaping to Y.Test.Format.XML.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    30
    * Fixed this._form is undefined error in TestReporter (trac# 2527928).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    31
    
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    32
3.0.0PR2
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    33
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    34
    * Initial port from 2.x version
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    35
    * Introduction of mock objects (Y.Mock())
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    36
    * Event simulation moved to Y.Event.simulate() (no longer part of Test component)