..
common.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
test-class-abstract.js
Abstract methods must contain a parameter list as an array
2010-12-27 22:30:28 -05:00
test-class-constructor.js
Class constructors are now self-invoking
2010-12-28 19:05:53 -05:00
test-class-extend.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
test-class-gettersetter.js
Resolved getter/setter test issues for browsers that do not support the functionality
2010-12-28 09:02:23 -05:00
test-class-parent.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
test-class.js
Tests will not attempt to use Object.isFrozen() unless defined
2010-12-28 09:14:54 -05:00
test-combine.js
Added ease-full.js, which includes tests to be run client-side (initial implementation; may be buggy)
2010-12-28 00:23:13 -05:00
test-index.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
test-interface-extend.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
test-interface.js
Tests will not attempt to use Object.isFrozen() unless defined
2010-12-28 09:14:54 -05:00
test-prop_parser-parse-keywords.js
Renamed prop_parse.{parse => parseKeywords}
2010-12-27 23:12:37 -05:00
test-rmtrail
separated rmtrail function into its own tool and added test
2010-12-20 22:19:18 -05:00
test-util-abstract.js
Moved util abstract method tests into their own test case
2010-12-27 22:24:41 -05:00
test-util-clone.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
test-util-define-secure-prop.js
Altered secure property test to work properly in IE8, which falls back due to its incomplete implementation of Object.defineProperty()
2010-12-28 13:45:33 -05:00
test-util-prop-copy.js
Corrected line over 80 character mark
2010-12-28 13:21:48 -05:00
test-util-prop-parse-keywords.js
Abstract methods must contain a parameter list as an array
2010-12-27 22:30:28 -05:00
test-util-prop-parse.js
Removed forEach from tests to support engines that have not yet implemented that method (new in ES5)
2010-12-28 09:14:35 -05:00