| 37 | } |
| 38 | |
| 39 | class BoostStepDouble : public BoostStep { |
| 40 | public: |
| 41 | const InvokeResult invokeStepBody() override { |
| 42 | return BoostStep::invokeStepBody(); |
| 43 | }; |
| 44 | |
| 45 | void body() override{}; |
| 46 | }; |
| 47 | |
| 48 | class BoostDriverTest : public DriverTest { |
| 49 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected