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

Method GetTimes

mock/mock_test.go:2166–2168  ·  view source on GitHub ↗
(times []int)

Source from the content-addressed store, hash-verified

2164}
2165
2166func (s *timer) GetTimes(times []int) string {
2167 return s.Called(times).Get(0).(string)
2168}
2169
2170type tCustomLogger struct {
2171 *testing.T

Calls 2

GetMethod · 0.80
CalledMethod · 0.80

Tested by

no test coverage detected