Basic definitions for the HUnit library.
This module contains what you need to create assertions and test cases
and combine them into test suites.
This module also provides infrastructure for implementing test
controllers (which are used to execute tests). See
Test.HUnit.Text for a great example of how to implement a test
controller.