Difference between revisions of "Unit testing"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
(Create new local page Unit_testing)
 
m (Add section and add note about Zephyr 3.7.0 fff.h header)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
*  https://accu.org/journals/overload/23/125/long_2062/
 
*  https://accu.org/journals/overload/23/125/long_2062/
 +
 +
From links at the end of the ACCU dot org blog post, a link to Jon Jagger blog spot:
 +
 +
*  https://jonjagger.blogspot.com/2017/03/the-hidden-life-of-trees.html
 +
 +
== Android Google Documentation ==
 +
 +
*  https://android.googlesource.com/platform/external/fff#how-do-i-reuse-a-fake-across-multiple-test_suites
 +
 +
*  https://android.googlesource.com/platform/external/fff/+/cacd5f5459dba658e0c88ceff32282a0e9fab0a5/README.md#call-history
 +
 +
== Zephyr RTOS Test Support Sources ==
 +
 +
In Zephyr 3.7.0 LTS see `$workspace/zephyr/subsys/testsuite/include/zephyr/fff.h`.

Latest revision as of 20:24, 19 February 2026

2026-02-17 martes

Unit Testing for Software Development

From links at the end of the ACCU dot org blog post, a link to Jon Jagger blog spot:

Android Google Documentation

Zephyr RTOS Test Support Sources

In Zephyr 3.7.0 LTS see `$workspace/zephyr/subsys/testsuite/include/zephyr/fff.h`.