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 SAMPLE library does not implement any unit test. Actual CFE libraries would typically need to do this.
Describe the solution you'd like
A unit test should be implemented to provide a template for implementing a library unit test (code coverage) using the current framework.
Additional context
The unit test for an application (e.g. in sample_app, as in nasa/sample_app#21) is slightly different, as the application typically would not need to expose stubs but a library would. Therefore both sample_app and sample_lib should implement unit tests.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Implements a coverage test for sample_lib code as well
as a stub library to facilitate unit test of external
code that calls functions within sample_lib.
Implements a coverage test for sample_lib code as well
as a stub library to facilitate unit test of external
code that calls functions within sample_lib.
Implements a coverage test for sample_lib code as well
as a stub library to facilitate unit test of external
code that calls functions within sample_lib.
Implements a coverage test for sample_lib code as well
as a stub library to facilitate unit test of external
code that calls functions within sample_lib.
Is your feature request related to a problem? Please describe.
The SAMPLE library does not implement any unit test. Actual CFE libraries would typically need to do this.
Describe the solution you'd like
A unit test should be implemented to provide a template for implementing a library unit test (code coverage) using the current framework.
Additional context
The unit test for an application (e.g. in sample_app, as in nasa/sample_app#21) is slightly different, as the application typically would not need to expose stubs but a library would. Therefore both sample_app and sample_lib should implement unit tests.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: