Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Test module initialization

Custom module initialisation
Automated generation

As explained in the introductory material, the module initialization part of the UTF prepares the test module for execution, including:

[Caution] Caution

The elementary question one should ask himself is the following:

Is there really a need for implementing the module initialisation by yourself?

The argument against the implementation of a custom module initialization are the following:

From the points above, if the need for module initialization is not there anymore, then you may jump directly to the automated section directly.


PrevUpHomeNext