Skip to content

Commit 8255f50

Browse files
ideasculptorSamuel Gendler
authored andcommitted
add ExpectDo methods to interface
1 parent 256e78d commit 8255f50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

expect.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ type baseMock interface {
2828
MatchExpectationsInOrder(b bool)
2929

3030
ExpectDo(args ...interface{}) *ExpectedCmd
31+
ExpectIntSliceDo(args ...interface{}) *ExpectedIntSlice
32+
ExpectIntDo(args ...interface{}) *ExpectedInt
33+
ExpectStringSliceDo(args ...interface{}) *ExpectedStringSlice
34+
ExpectStringDo(args ...interface{}) *ExpectedString
3135
ExpectCommand() *ExpectedCommandsInfo
3236
ExpectClientGetName() *ExpectedString
3337
ExpectEcho(message interface{}) *ExpectedString

0 commit comments

Comments
 (0)