Defines a list of names as functions that have no implementation yet. They will
throw Errors if ever called.
(defmacro only-mocked "Defines a list of names as functions that have no implementation yet. They will throw Errors if ever called." [& names] (only-mocked* names))
Comments top
No comments for only-mocked. Log in to add a comment.