In writing unit tests, I would find it useful to be able to reset the stub configurations per each test, and while there is a way to reset individual stubs, there is not a global reset capability in the ut_assert framework.
The UT_ResetState() resets one stub, and makes reference to UT_Init(), but the UT_Init() function is not exposed publicly.
|
* are reset. This is basically equivalent to UT_Init() without |