Feature: Implement yesno.mockMode
Opened this issue · 0 comments
keithcom commented
By default, each recorded mock will be matched and used one time. This is considered strict
mode, but the user could change this to a firstMatch
mode where the first matching mock is used and the same mock could be used multiple times.