1
0
Fork 0
easejs/test/Trait
Mike Gerwitz 255a60e425 Implemented and abstract with mixins properly handled
Classes will now properly be recognized as concrete or abstract when mixing
in any number of traits, optionally in conjunction with interfaces.
2014-03-15 21:16:27 -04:00
..
AbstractTest.js Implemented and abstract with mixins properly handled 2014-03-15 21:16:27 -04:00
ClassVirtualTest.js Class definition mixin now requires explicit extend 2014-03-15 21:16:27 -04:00
DefinitionTest.js Implemented and abstract with mixins properly handled 2014-03-15 21:16:27 -04:00
ImmediateTest.js Class definition mixin now requires explicit extend 2014-03-15 21:16:27 -04:00
LinearizationTest.js Support for stacked mixins 2014-03-15 21:16:27 -04:00
MixedExtendTest.js Mixin use method calls can now be chained 2014-03-15 21:16:27 -04:00
NamedTest.js Began named trait implementation 2014-03-15 21:16:27 -04:00
PropertyTest.js Non-private properties now expressly prohibited in trait dfns 2014-03-15 21:16:27 -04:00
ScopeTest.js Classes can now access trait protected members 2014-03-07 00:47:43 -05:00
VirtualTest.js Trait method return value implementation correction and testing 2014-03-15 21:16:27 -04:00