class-inheritance-test.js  calling create   ✓ should make a function    ✓ should create objects with types that respect instanceof    ✓ should have the constructor called with parameters.    ✓ should export _super for easy prototype access.   class-instance-test.js  calling create   ✓ should export the properties    ✓ should inherit the properties    ✓ should not allow overwriting private properties.    ✓ should have the name exported correctly    1) stack trace checks should pass   ✓ should have the class name on the `__name` property.    ✓ should have the class `__name`, including when using inheritance   class-mixins-test.js  Multiple mixins should contribute properties   ✓ should allow multiple mixes, and base classes    ✓ should not allow overwritting protected members in mixins   class-static-test.js  creating static blocks   ✓ should have them available    ✓ should not inherit them    14 passing (18ms)  1 failing  1) class-instance-test.js calling create stack trace checks should pass:  AssertionError: Wrong name for the class name inside calls: Error: e at Object.createClass.checkMethodName (/home/raptor/projects/superb-class/test/node_mocha_test.js:112:33) at Context. (/home/raptor/projects/superb-class/test/node_mocha_test.js:122:24) at callFn (/home/raptor/projects/superb-class/node_modules/mocha/lib/runnable.js:251:21) at Test.Runnable.run (/home/raptor/projects/superb-class/node_modules/mocha/lib/runnable.js:244:7) at Runner.runTest (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:374:10) at /home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:452:12 at next (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:299:14) at /home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:309:7 at next (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:248:23) at Immediate._onImmediate (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:276:5) If running inside a V8 JS engine, please ignore this test. at Object.createClass.checkMethodName (/home/raptor/projects/superb-class/test/node_mocha_test.js:114:28) at Context. (/home/raptor/projects/superb-class/test/node_mocha_test.js:122:24) at callFn (/home/raptor/projects/superb-class/node_modules/mocha/lib/runnable.js:251:21) at Test.Runnable.run (/home/raptor/projects/superb-class/node_modules/mocha/lib/runnable.js:244:7) at Runner.runTest (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:374:10) at /home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:452:12 at next (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:299:14) at /home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:309:7 at next (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:248:23) at Immediate._onImmediate (/home/raptor/projects/superb-class/node_modules/mocha/lib/runner.js:276:5)