The test descriptions now describe the expected logical outcome of the test, not the operation being done.
help
The promise returned by the `execute` MaxCtrl library function is now properly resolved also for `help` type commands.
All errors are now returned as rejected Promises. This will make the error reporting more consistent with the tested output as well as the actual output. Added more tests for error cases and fixed minor argument processing bugs.
The tests now cover 100% of all source files with the exception of the call.js and common.js source files.