aboutsummaryrefslogtreecommitdiff
path: root/modules/mock/src/main/clojure
AgeCommit message (Collapse)Author
2011-03-20update mock to use with-redefsMatt Clark
documentation is also updated in this commit to make it more idiomatic.
2010-09-03remove deprecated clojure.contrib.test-isBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-08-26Added :pre to functions instead of using custom assert-args macro in ↵Matt Clark
c.c.mock Cleaned up c.c.mock documentation Removed map? preconditions on mock functions which was causing tests to fail updated copyright notices for mock improved mock namespace description Fixed line endings which were erroneously CRLF instead of LF
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.