Testing Infusion

Unit test framework

Infusion uses jqUnit, which is our own wrapper around the jQuery's qunit. jqUnit provides a familiar xUnit style for qunit.

Conventions

All html files that are expected to be run as unit tests should be located in one the tests directories subdirectories. The file name should end with "-test.html". This will enable us to more easily add new unit tests into our testswarm instance.

See also: Testing Fluid Components

Guidelines