-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
unit-testTickets related to the OSAL unit testing (functional and/or coverage)Tickets related to the OSAL unit testing (functional and/or coverage)
Description
Is your feature request related to a problem? Please describe.
Prototype with no implementation here:
Line 458 in cb95655
void UT_Stub_SetReturnValue(UT_EntryKey_t FuncKey, const void *BufferPtr, size_t BufferSize); |
Macro here:
Lines 494 to 502 in cb95655
/** | |
* Macro to simplify use of the UT_Stub_CopyToReturnValue() in a hook/handler context. | |
* This returns the value stored in the specified variable | |
* | |
* \param FuncKey The stub function identifier | |
* \param ReturnValue The value to return | |
*/ | |
#define UT_Stub_SetReturnValue(FuncKey, ReturnValue) \ | |
UT_Stub_CopyToReturnValue(FuncKey, &ReturnValue, sizeof(ReturnValue)) |
Describe the solution you'd like
Remove stray.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
Metadata
Metadata
Assignees
Labels
unit-testTickets related to the OSAL unit testing (functional and/or coverage)Tickets related to the OSAL unit testing (functional and/or coverage)