nikhilk / scriptsharp

Script# Project - a C# to JavaScript compiler, to power your HTML5 and Node.js web development.
http://scriptsharp.com
Other
658 stars 182 forks source link

Add tests for bases: methods, properties, indexers. Including generation skipping. #386

Closed mattjphillips closed 11 years ago

mattjphillips commented 11 years ago

Tests for base.* and specifically regressions of #379, #384. Verifies that base classes are called properly both when immediate and skipping a generation (ie, implementing base is not immediate parent). Verifies setters, getters, index getters, index setters, and methods.