You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The verification coverage at unit level should be improved. More specifically, error cases (e.g. a NULL pointer is returned) are mostly not covered yet. In order to ease the unit test verification for thoses cases, mock / fake functions should be used.
The current unit test framwork used is CUnit and coverage figures are gathered using lcov.
It is proposed to use Fake function framework for the purpose of using fakes.
The text was updated successfully, but these errors were encountered:
The verification coverage at unit level should be improved. More specifically, error cases (e.g. a NULL pointer is returned) are mostly not covered yet. In order to ease the unit test verification for thoses cases, mock / fake functions should be used.
The current unit test framwork used is CUnit and coverage figures are gathered using
lcov
.It is proposed to use Fake function framework for the purpose of using fakes.
The text was updated successfully, but these errors were encountered: