Backend

Backend of test doubles for C++ code.

Responsible for carrying data between processing steps.

TODO postProcess shouldn't be a member method.

Constructors

this
this(Controller ctrl, Parameters params, Products products, Transform transform)

Members

Functions

process
void process()

Process structural data to a test double.

Meta