(i int)
| 2160 | type timer struct{ Mock } |
| 2161 | |
| 2162 | func (s *timer) GetTime(i int) string { |
| 2163 | return s.Called(i).Get(0).(string) |
| 2164 | } |
| 2165 | |
| 2166 | func (s *timer) GetTimes(times []int) string { |
| 2167 | return s.Called(times).Get(0).(string) |
no test coverage detected