StepThinkTime implements IStep interface.
| 14 | |
| 15 | // StepThinkTime implements IStep interface. |
| 16 | type StepThinkTime struct { |
| 17 | step *TStep |
| 18 | } |
| 19 | |
| 20 | func (s *StepThinkTime) Name() string { |
| 21 | return s.step.Name |
nothing calls this directly
no outgoing calls
no test coverage detected