| 14 | |
| 15 | class PendingStepWithDescription : public GenericStep { |
| 16 | void body() override { |
| 17 | pending(PENDING_STEP_DESCRIPTION); |
| 18 | } |
| 19 | }; |
| 20 | |
| 21 | static const InvokeArgs NO_INVOKE_ARGS; |
nothing calls this directly
no outgoing calls
no test coverage detected