| 7 | #define PENDING_STEP_DESCRIPTION "A description" |
| 8 | |
| 9 | class PendingStep : public GenericStep { |
| 10 | void body() override { |
| 11 | pending(); |
| 12 | } |
| 13 | }; |
| 14 | |
| 15 | class PendingStepWithDescription : public GenericStep { |
| 16 | void body() override { |
nothing calls this directly
no outgoing calls
no test coverage detected