Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Essential elements of any unit test are assertions. The author of the test needs to express the results expected and have the unit testing framework compare them to the actual values that an implementation produces.
QUnit provides three assertions.