This package provides declarations that can be used to load modules and packages needed for testing but which one does not want to be part of the module being tested.
Usage::- load_test_module(Module).
Specifies an auxiliary module that must be loaded in order to execute the tests.
Usage::- load_test_module(Module,PredNames).
Specifies a module and the list of predicates that must be loaded in order to execute the tests
Usage::- load_test_package(Module).
Specifies a package that must be used in order to execute the tests.
Usage::- unittest_default_timeout(Timeout).
Specifies a default timeout in millseconds for all the tests in the module. The value 0 means not timeout at all