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 b5e4cf5 commit a7b9609Copy full SHA for a7b9609
expect.go
@@ -27,6 +27,10 @@ type baseMock interface {
27
// MatchExpectationsInOrder gives an option whether to match all expectations in the order they were set or not.
28
MatchExpectationsInOrder(b bool)
29
30
+ ExpectIntSliceDo(args ...interface{}) *ExpectedIntSlice
31
+ ExpectIntDo(args ...interface{}) *ExpectedInt
32
+ ExpectStringSliceDo(args ...interface{}) *ExpectedStringSlice
33
+ ExpectStringDo(args ...interface{}) *ExpectedString
34
ExpectCommand() *ExpectedCommandsInfo
35
ExpectClientGetName() *ExpectedString
36
ExpectEcho(message interface{}) *ExpectedString
0 commit comments