Generates:
- #include's needed by the test double
- recursive starting with the root:
order is important, affects code layout:
- anonymouse instance of the adapter for the test double
- free function implementations using the registered test double
- adapter registering a test double instance
Translate the structure to code.
Generates: - #include's needed by the test double - recursive starting with the root: order is important, affects code layout: - anonymouse instance of the adapter for the test double - free function implementations using the registered test double - adapter registering a test double instance