MCPcopy
hub / github.com/stretchr/testify / GetTime

Method GetTime

mock/mock_test.go:2162–2164  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

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

Calls 2

GetMethod · 0.80
CalledMethod · 0.80

Tested by

no test coverage detected