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 cfb2877 commit 6bbe187Copy full SHA for 6bbe187
sqlmock.go
@@ -67,6 +67,11 @@ type Sqlmock interface {
67
// By default it is set to - true. But if you use goroutines
68
// to parallelize your query executation, that option may
69
// be handy.
70
+ //
71
+ // This option may be turned on anytime during tests. As soon
72
+ // as it is switched to false, expectations will be matched
73
+ // in any order. Or otherwise if switched to true, any unmatched
74
+ // expectations will be expected in order
75
MatchExpectationsInOrder(bool)
76
}
77
0 commit comments