StepAPIWithOptionalArgs implements IStep interface.
| 61 | |
| 62 | // StepAPIWithOptionalArgs implements IStep interface. |
| 63 | type StepAPIWithOptionalArgs struct { |
| 64 | step *TStep |
| 65 | } |
| 66 | |
| 67 | // TeardownHook adds a teardown hook for current teststep. |
| 68 | func (s *StepAPIWithOptionalArgs) TeardownHook(hook string) *StepAPIWithOptionalArgs { |
nothing calls this directly
no outgoing calls
no test coverage detected