Returns whether methodName was called at least once.
methodName
bool wasCalled(String methodName) => (_callCounts[methodName] ?? 0) > 0;