..
common.js
All tests now using common.require() to prepare for client-side testing
2010-12-21 23:25:12 -05:00
inc-member_builder-common.js
Initial implementation of protected members
2011-03-02 20:43:24 -05:00
test-class-abstract.js
Merge branch 'master' into visibility/master
2011-03-02 07:54:52 -05:00
test-class-constructor.js
Initial implementation of protected members
2011-03-02 20:43:24 -05:00
test-class-extend.js
Began adding protected/private member support
2011-01-27 22:35:40 -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-implement.js
Preparing to remove abstractMethods from public prototype; now uses hash for performance since it no longer needs to be referenced cleanly externally
2011-01-25 00:13:47 -05:00
test-class-parent.js
test-class-parent no longer relies on member visibility to succeed
2011-03-02 07:51:18 -05:00
test-class-visibility.js
Fix setting public properties
2011-03-02 23:21:10 -05:00
test-class.js
isInstanceOf() now works with interfaces
2011-01-04 00:37:54 -05:00
test-combine.js
Combined test now testing for Interface export
2011-01-09 02:00:36 -05:00
test-index.js
Exposed Interface
2010-12-30 09:24:52 -05:00
test-interface-extend-permitted.js
Interfaces cannot inherit from Classes
2010-12-28 21:56:55 -05:00
test-interface-extend.js
Getters/setters are not supported within interface definitions
2011-01-24 23:56:54 -05:00
test-interface.js
Interfaces cannot be instantiated
2010-12-29 22:40:23 -05:00
test-member_builder-gettersetter.js
Added getter/setter to member builder
2011-01-20 23:50:53 -05:00
test-member_builder-method.js
Initial implementation of protected members
2011-03-02 20:43:24 -05:00
test-member_builder-prop.js
Cannot override method with property
2011-01-21 21:43:18 -05:00
test-member_builder.js
Can initialize member object with existing objects for each level of visibility
2011-01-20 23:56:39 -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
Added deep cloning for objects
2011-01-09 01:46:46 -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-parse-keywords.js
Added getter/setter keywords to propParse
2011-01-24 23:27:55 -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