We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256e78d commit 8255f50Copy full SHA for 8255f50
expect.go
@@ -28,6 +28,10 @@ type baseMock interface {
28
MatchExpectationsInOrder(b bool)
29
30
ExpectDo(args ...interface{}) *ExpectedCmd
31
+ ExpectIntSliceDo(args ...interface{}) *ExpectedIntSlice
32
+ ExpectIntDo(args ...interface{}) *ExpectedInt
33
+ ExpectStringSliceDo(args ...interface{}) *ExpectedStringSlice
34
+ ExpectStringDo(args ...interface{}) *ExpectedString
35
ExpectCommand() *ExpectedCommandsInfo
36
ExpectClientGetName() *ExpectedString
37
ExpectEcho(message interface{}) *ExpectedString
0 commit comments