Regalamiunsorriso/rus/admin/_V4/_lib/ImageMapster-master/tests
2026-03-14 20:04:39 +01:00
..
images first commit 2026-03-14 20:04:39 +01:00
redist first commit 2026-03-14 20:04:39 +01:00
core.tests.js first commit 2026-03-14 20:04:39 +01:00
data.tests.js first commit 2026-03-14 20:04:39 +01:00
events.tests.js first commit 2026-03-14 20:04:39 +01:00
global.tests.js first commit 2026-03-14 20:04:39 +01:00
imagemapster-test-runner.html first commit 2026-03-14 20:04:39 +01:00
migrated.tests.js first commit 2026-03-14 20:04:39 +01:00
README.md first commit 2026-03-14 20:04:39 +01:00
resize.tests.js first commit 2026-03-14 20:04:39 +01:00
tooltip.tests.js first commit 2026-03-14 20:04:39 +01:00

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.