Test API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The Test 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) | |||
* [[Runtime Test Services|Runtime Test Services API]] (for dynamic test result manipulation) | |||
* [[File Transfer Services|File Transfer API]] (for host file manipulation from the device under test) | |||
* [[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) | |||
* [[Using Test Doubles|Test Doubles]] (for advanced dependency interception/function mocking in native code) | |||
Revision as of 22:38, 28 May 2010
The Test APIs for testing in C/C++ are documented in the following articles:
- Test Point Testing API (for writing native test point validation tests)
- Runtime Test Services API (for dynamic test result manipulation)
- File Transfer API (for host file manipulation from the device under test)
- Test Fixturing (for test unit fixturing in native code)
- Test Documentation (how to document your native test units)
- Test Doubles (for advanced dependency interception/function mocking in native code)