webgui/www/extras/yui/build/yuitest
2008-03-25 16:13:25 +00:00
..
assets upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
README upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
yuitest-debug.js upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
yuitest-min.js upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
yuitest.js upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
yuitest_core-debug.js upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
yuitest_core-min.js upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00
yuitest_core.js upgrade to yui 2.5.1 2008-03-25 16:13:25 +00:00

YUI Library - YUITest - Release Notes

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