| 77 | std::stringstream markers; |
| 78 | |
| 79 | InvokeResult execStep(const InvokeResult& result) { |
| 80 | const FakeStepInfo step(&markers, result); |
| 81 | StepCallChain scc(0, &step, &NO_INVOKE_ARGS, aroundHooks); |
| 82 | return scc.exec(); |
| 83 | } |
| 84 | |
| 85 | void execStepAndCheckSuccess() { |
| 86 | InvokeResult result; |