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
Is your feature request related to a problem? Please describe.
The CFE stub functions remain incomplete and inconsistent. They need a scrub to bring everything up to the level it should be.
Describe the solution you'd like
All functions prototyped in the CFE public API headers (the fsw/cfe-core/src/inc dir) should also have a stub defined.
All arguments should be registered in the context so the complete context is available within UT hook functions.
The argument names should always match the prototype.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Scrubs all CFE unit test functions to ensure that:
1. All functions in the CFE public API have a stub function implemented
2. All parameters to the stub function are registered in the context object,
so the values will be available to hook functions.
3. The names of all parameters match the prototype/documentation, so hook
functions that use name-based argument value retrieval will work.
Scrubs all CFE unit test functions to ensure that:
1. All functions in the CFE public API have a stub function implemented
2. All parameters to the stub function are registered in the context object,
so the values will be available to hook functions.
3. The names of all parameters match the prototype/documentation, so hook
functions that use name-based argument value retrieval will work.
Is your feature request related to a problem? Please describe.
The CFE stub functions remain incomplete and inconsistent. They need a scrub to bring everything up to the level it should be.
Describe the solution you'd like
fsw/cfe-core/src/inc
dir) should also have a stub defined.Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: