given the sequence of all mock data for the expectation, simply calls the
count checker for each dependency.
(defn validate-counts "given the sequence of all mock data for the expectation, simply calls the count checker for each dependency." [mock-data] (doseq [[mfn i checker fn-name] mock-data] (checker fn-name @i)))
Comments top
No comments for validate-counts. Log in to add a comment.