Component Testing for C
This section covers some of the more complex notions when dealing with stub simulations in Component Testing for Ada.
To learn about |
See |
Writing complex stubs in C |
|
Specifying items that are not to be tested |
|
Stubbing functions that take arrays in _inout mode |
|
Stubbing functions that use type modifiers |
|
Stubbing functions for which the number of parameters may vary |
|
Stubbing functions that use const parameters |
|
Stubbing functions that use void* parameters |
|
Stubbing functions that use char* parameters |