moodle/lib/yui/yuitest
2008-07-25 10:49:42 +00:00
..
assets MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
README MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
yuitest-debug.js MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
yuitest-min.js MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
yuitest.js MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
yuitest_core-debug.js MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
yuitest_core-min.js MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
yuitest_core.js MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00

YUI Library - YUITest - Release Notes

2.5.2

  * No changes.

2.5.1

  * Fixed ObjectAssert.hasProperty() so that is correctly identifies declared properties with a value of undefined.
  * Fixed DateAssert documentation errors.
  * Added ability to include framework assertion message in addition to custom assertion message.
  
2.5.0
 
  * Updated test results format to include ignored tests, result types, and names.
  * Introduced test result formats in JSON and XML.
  * Introduced TestReporter object.
  * Removed beta tag.
  
2.4.0

  * Changed test running from synchronous to asynchronous.
  * Added wait() and resume() methods to TestRunner to allow testing of asynchronous features.
  
2.3.1

  * No changes

2.3.0

  * Beta release