Difference between revisions of "Test API"

From STRIDE Wiki
Jump to: navigation, search
Line 7: Line 7:
 
* [[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)
 
* [[Using Test Doubles|Test Doubles]] (for advanced dependency interception/function mocking in native code)
 +
 +
[[Category:Test Units]]

Revision as of 16:55, 9 June 2010

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