.. |
MemberBuilder
|
[#25] Added MemberBuilder/PropTest for validator call
|
2011-11-04 23:08:41 -04:00 |
MemberBuilderValidator
|
[#25] Added visibility de-escalation and escalation tests to MemberBuilderValidator for getters/setters
|
2011-10-30 12:06:09 -04:00 |
perf
|
Separated private members into a separate object (propobj) to prepare for future modifications
|
2011-03-12 23:48:38 -05:00 |
FallbackMemberBuilderTest.js
|
[#25] Combined buildGetter() and buildSetter()
|
2011-10-29 08:25:51 -04:00 |
FallbackVisibilityObjectFactoryTest.js
|
Implemented FallbackVisibilityObjectFactory (#25)
|
2011-08-13 22:42:33 -04:00 |
Makefile
|
[#25] Added suite runner
|
2011-11-03 21:23:40 -04:00 |
MethodWrapperFactoryTest.js
|
Now passing getInst() directly into MethodwrapperFactory factory function, like good 'ol times
|
2011-08-31 00:05:07 -04:00 |
MethodWrappersTest.js
|
Moved instance binding test to MethodWrappersTest (#25)
|
2011-09-02 23:07:42 -04:00 |
VisibilityObjectFactoryFactoryTest.js
|
Added VisibilityObjectFactoryFactory (#25)
|
2011-08-13 23:00:03 -04:00 |
VisibilityObjectFactoryTest.js
|
Prototype tests now have 'Test' suffix, rather than 'test-' prefix (#25)
|
2011-08-11 23:25:20 -04:00 |
common.js
|
Added very basic formatted output and failure tolerance for test case
|
2011-10-12 18:53:52 -04:00 |
inc-testcase.js
|
[#25] Tests with no assertions will be marked incomplete
|
2011-11-03 22:25:00 -04:00 |
runner.js
|
[#25] Added suite runner
|
2011-11-03 21:23:40 -04:00 |
test-class-abstract.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-class-constructor.js
|
Constructor must now be public
|
2011-03-23 21:35:25 -04:00 |
test-class-extend.js
|
Can no longer override non-virtual methods (#19)
|
2011-08-04 00:44:20 -04:00 |
test-class-gettersetter.js
|
Replaed all __{define,lookup}[GS]etter__'s with defineProperty/getOwnPropertyDescriptor
|
2011-03-07 22:44:47 -05:00 |
test-class-implement.js
|
[#25] Began moving test-class-implement over to new test case system
|
2011-11-02 22:32:45 -04:00 |
test-class-name.js
|
Implemented AbstractClass
|
2011-05-22 16:08:48 -04:00 |
test-class-parent.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-class-visibility.js
|
[#25] Began moving test-class-visibility over to new test case style
|
2011-11-02 22:04:53 -04:00 |
test-class.js
|
isInstanceOf() now works with interfaces
|
2011-01-04 00:37:54 -05:00 |
test-class_builder-const.js
|
[#25] Now injecting MemberBuilderValidator into MemberBuilder
|
2011-11-02 23:28:23 -04:00 |
test-class_builder-final.js
|
Began refactoring member_builder module into MemberBuilder prototype (#25)
|
2011-08-14 18:47:48 -04:00 |
test-class_builder-member-restrictions.js
|
Began refactoring member_builder module into MemberBuilder prototype (#25)
|
2011-08-14 18:47:48 -04:00 |
test-class_builder-static.js
|
[#25] Now injecting MemberBuilderValidator into MemberBuilder
|
2011-11-02 23:28:23 -04:00 |
test-class_builder-visibility.js
|
[#25] Now injecting MemberBuilderValidator into MemberBuilder
|
2011-11-02 23:28:23 -04:00 |
test-combine-pre-es5.js
|
Added pre-ES5 test to ensure we can catch fallback bugs quickly between browser tests (preferably, before even committing)
|
2011-03-13 22:08:08 -04:00 |
test-combine.js
|
Removed accidental commit of console.log() in test-combine.js
|
2011-10-14 22:36:10 -04: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
|
All interface members must now be public
|
2011-03-19 00:58:42 -04:00 |
test-interface-name.js
|
[#25] Began refactoring getter/setter building into a single method (util.propParse)
|
2011-10-29 08:08:02 -04:00 |
test-interface.js
|
Interfaces cannot be instantiated
|
2010-12-29 22:40:23 -05:00 |
test-prop_parser-parse-keywords.js
|
[#19] Removed 'final' keyword and all associated logic
|
2011-06-08 01:26:04 -04:00 |
test-rmtrail
|
Continuing to use BASH for now for rmtrail test
|
2011-03-07 23:16:14 -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
|
util.clone() no longer falsely attempts to clone functions
|
2011-04-05 23:47:08 -04:00 |
test-util-copy.js
|
Added deep copy to util.copyTo()
|
2011-04-05 23:38:13 -04:00 |
test-util-define-secure-prop.js
|
Provided a more accurate mechanism for detecting Object.defineProperty (tests in IE8 fixed)
|
2011-03-07 09:03:03 -05:00 |
test-util-get-property-descriptor.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |
test-util-prop-parse-keywords.js
|
[#25] Began refactoring getter/setter building into a single method (util.propParse)
|
2011-10-29 08:08:02 -04:00 |
test-util-prop-parse.js
|
[#25] Began refactoring getter/setter building into a single method (util.propParse)
|
2011-10-29 08:08:02 -04:00 |
test-warn-exception.js
|
Altered warning display and stack trace
|
2011-07-06 17:55:40 -04:00 |
test-warn-handlers.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |
test-warn-impl.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |