Is there a way to tag stubs of an imposter with some identifiers so that while debugging, we can easily get the matches for a specific stub?
Currently the stub has a matches
field, but when we want to verify programmatically if a certain stub has really been called, there is no way to get the matches for a specific stub we are interested in.
If there was a way to tag a stub, then we can filter the stub based on the tag and get the matches for that specific stub.