Changes in this release...
- Renamed a bunch of stuff to satisfy JSLINT
- Added an assert.expectError to test code that should throw an exception
- Added assert.areNotEqual to test for two objects not being equal
- Added assert.isNotSame to check for not the same referenced objects
- Added assert.isSame to check for same referenced objects