Test API: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Test APIs for testing in C/C++ are documented in the following articles:
The APIs for testing in C/C++ are documented in the following articles:


* [[Test Point  Testing in C/C++|Test Point Testing API]] (for writing native test point validation tests)
* [[Test Point  Testing in C/C++|Test Point Testing API]] (for writing native test point validation tests)
Line 6: Line 6:
* [[Test Fixturing in C/C++|Test Fixturing]] (for test unit fixturing in native code)
* [[Test Fixturing in C/C++|Test Fixturing]] (for test unit fixturing in native code)
* [[Test  Documentation in C/C++|Test Documentation]] (how to document your native test units)
* [[Test  Documentation in C/C++|Test Documentation]] (how to document your native test units)
* [[Using Test Doubles|Test Doubles]] (for advanced dependency interception/function mocking in native code)
* [[Test Double|Test Doubles]] (for advanced dependency interception/function mocking in native code)
 
[[Category:Test Units]]

Latest revision as of 15:16, 7 July 2015

The APIs for testing in C/C++ are documented in the following articles: