Skip to content

assert: callTracker throw a specific error message when possible

currently callTracker.verify() throws a very generic error message when a tracked function isn't called the expected amount of times.

this change propeses to throw a more specific message in case there was a single-tracked function that did not match the expected call counts

Merge request reports

Loading