import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
34
webdir/javascript/yui/yuitest/README
Normal file
34
webdir/javascript/yui/yuitest/README
Normal file
@ -0,0 +1,34 @@
|
||||
YUI Library - YUITest - Release Notes
|
||||
|
||||
2.3.0
|
||||
|
||||
* Beta release
|
||||
|
||||
2.3.1
|
||||
|
||||
* No changes
|
||||
|
||||
2.4.0
|
||||
|
||||
* Changed test running from synchronous to asynchronous.
|
||||
* Added wait() and resume() methods to TestRunner to allow testing of asynchronous features.
|
||||
|
||||
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.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.
|
||||
* Fixed Assert.isUndefined() documentation error.
|
||||
|
||||
2.6.0
|
||||
|
||||
* Added failsafe mechanism for wait() - will automatically fail a test after 10 seconds if resume() isn't called.
|
||||
* Augmented wait() to allow a single argument, a timeout after which point the test should fail.
|
||||
* Fixed small bug in TestManager.
|
@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
|
@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
|
33
webdir/javascript/yui/yuitest/assets/testlogger.css
Normal file
33
webdir/javascript/yui/yuitest/assets/testlogger.css
Normal file
@ -0,0 +1,33 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
.yui-log {padding-top:3em;}
|
||||
/*
|
||||
.yui-log-container {position:relative;width:60em}
|
||||
.yui-log .yui-log-bd {height:auto; overflow:visible;}
|
||||
*/
|
||||
.yui-log-container {width:40em}
|
||||
.yui-log .yui-log-bd {height:60em}
|
||||
.yui-log .yui-log-btns {display:none;}
|
||||
.yui-log .yui-log-ft .yui-log-sourcefilters {visibility:hidden;}
|
||||
.yui-log .yui-log-hd {display:none;}
|
||||
.yui-log .yui-log-ft {position:absolute;top:0em;}
|
||||
|
||||
.pass {
|
||||
background-color: green;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.fail {
|
||||
background-color: red;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.ignore {
|
||||
background-color: #666;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
7
webdir/javascript/yui/yuitest/assets/yuitest-core.css
Normal file
7
webdir/javascript/yui/yuitest/assets/yuitest-core.css
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
|
3370
webdir/javascript/yui/yuitest/yuitest-debug.js
vendored
Normal file
3370
webdir/javascript/yui/yuitest/yuitest-debug.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11
webdir/javascript/yui/yuitest/yuitest-min.js
vendored
Normal file
11
webdir/javascript/yui/yuitest/yuitest-min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
3370
webdir/javascript/yui/yuitest/yuitest.js
vendored
Normal file
3370
webdir/javascript/yui/yuitest/yuitest.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1991
webdir/javascript/yui/yuitest/yuitest_core-debug.js
vendored
Normal file
1991
webdir/javascript/yui/yuitest/yuitest_core-debug.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
webdir/javascript/yui/yuitest/yuitest_core-min.js
vendored
Normal file
9
webdir/javascript/yui/yuitest/yuitest_core-min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1991
webdir/javascript/yui/yuitest/yuitest_core.js
vendored
Normal file
1991
webdir/javascript/yui/yuitest/yuitest_core.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user