testify/mock
Daniel Cormier 518a1491c7 IsType: A type-safe way of checking argument type
Like `assert.IsType(...)`, `mock.IsType` is used to check that the
type of an argument is the expected type. This is an alternative
to `AnythingOfType`.
2020-01-31 08:08:47 +11:00
..
doc.go Fix most golint warnings 2016-01-09 19:30:22 +01:00
mock.go IsType: A type-safe way of checking argument type 2020-01-31 08:08:47 +11:00
mock_test.go IsType: A type-safe way of checking argument type 2020-01-31 08:08:47 +11:00