Closed kb2ma closed 7 years ago
Presently we perform some basic request/response tests via the embUnit test framework. However, private functions are not directly accessible How can we work around this limitation? How about a private/internal header file to expose the functions?
[Update 2016-12-23 -- wiki page is obsolete; see next comment]
See Test Coverage wiki page.
Decided to live with the limitations of the current unit tests. Instead, created functional tests using Pexpect.
Presently we perform some basic request/response tests via the embUnit test framework. However, private functions are not directly accessible How can we work around this limitation? How about a private/internal header file to expose the functions?