Test unit call interface
To execute test units, a C language function with the name exectu( ) has been defined to provide the interface between the test unit code and the managing application.
The definition of this interface has been developed to:
- Hide the complexity of the structures and protocols used in performing functional tests
- Provide a uniform interface for all the different management applications that may invoke the test unit code.
See the section "Definition of EXECTU".