-
Notifications
You must be signed in to change notification settings - Fork 4
deUnit
deUnit is a C-Framework developed for embedded devices with their requirements. But it is also possible to use this framework for host-based testing. This framework has the goal to enable dependency reduction and testing in legacy projects.
The application under test itself is not possible to reduce the dependencies by its own. To do this it is necessary to get the help of e.g. an debugger like the “gdb”.
To reduce the dependencies this framework has a counterpart: the gdbMann. Selftest
It is possible to configure deUnit.
This framework also supports a selftest function. In this mode is not possible to reduce dependencies because of the missing GDBManipulator.
For more information’s see Self_Test_Mode
It is possible to register callBack Functionsfunction that gets invoked on particular situations.
For further information’s see: CallBack Functions