Process structural data to a test double.
aggregated -> translate -> code generation.
Translate analyzes what is left after filtering. On demand extra data is created. An example of on demand is --gmock.
Code generation is a straight up translation. Logical decisions should have been handled in earlier stages.
See Implementation
Process structural data to a test double.
aggregated -> translate -> code generation.
Translate analyzes what is left after filtering. On demand extra data is created. An example of on demand is --gmock.
Code generation is a straight up translation. Logical decisions should have been handled in earlier stages.