Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

  • No labels