We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the deprecation of UT_Stub_SetForceFail(), its functionality was replaced with UT_Stub_SetDefaultReturnValue().
UT_Stub_SetForceFail()
UT_Stub_SetDefaultReturnValue()
The UT_Stub_CheckForceFail() should likewise be deprecated.
UT_Stub_CheckForceFail()
osal/ut_assert/inc/utstubs.h
Line 321 in d698a4d
The text was updated successfully, but these errors were encountered:
fix nasa#737 - deprecates UT_Stub_GetForceFail() and allows NULL for …
a92820e
…the value pointer
Fix nasa#737, UT_Stub_CheckForceFail -> UT_Stub_CheckDefaultReturnValue
b2447bd
Merge pull request #823 from skliper/fix737-force_fail
2f6e54e
Fix #737, UT_Stub_CheckForceFail -> UT_Stub_CheckDefaultReturnValue
Merge pull request nasa#737 from jphickey/fix-734-sb-ut-cleanup
ec5064d
Fix nasa#734, continue cleanup of SB unit test
CDKnightNASA
Successfully merging a pull request may close this issue.
With the deprecation of
UT_Stub_SetForceFail()
, its functionality was replaced withUT_Stub_SetDefaultReturnValue()
.The
UT_Stub_CheckForceFail()
should likewise be deprecated.osal/ut_assert/inc/utstubs.h
Line 321 in d698a4d
The text was updated successfully, but these errors were encountered: