| .. | ||
| images | ||
| redist | ||
| core.tests.js | ||
| data.tests.js | ||
| events.tests.js | ||
| global.tests.js | ||
| imagemapster-test-runner.html | ||
| migrated.tests.js | ||
| README.md | ||
| resize.tests.js | ||
| tooltip.tests.js | ||
Tests for ImageMapster
5/15/2012
I am in the process of revising the test suite to use IQTest, a promise-aware testing framework I am developing. You can find the source on my github portal. This framework is designed around the assertions from [buster.js] (http://busterjs.org/) and uses the when.js promise library. The goal is a framwork that permits using a terse syntax that can incorporate callbacks in a single statement without the need for excessively verbose syntax.
The dev code (1.2.4.067) is considered stable; it will become an official release when I'm finished updating the tests..
The old tests (loaded from test.html) are no longer supported. They are still here until I finish the update but should not be considered functional.