StepTestCaseWithOptionalArgs implements IStep interface.
| 11 | |
| 12 | // StepTestCaseWithOptionalArgs implements IStep interface. |
| 13 | type StepTestCaseWithOptionalArgs struct { |
| 14 | step *TStep |
| 15 | } |
| 16 | |
| 17 | // TeardownHook adds a teardown hook for current teststep. |
| 18 | func (s *StepTestCaseWithOptionalArgs) TeardownHook(hook string) *StepTestCaseWithOptionalArgs { |
nothing calls this directly
no outgoing calls
no test coverage detected