Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created March 19, 2013 18:40
Show Gist options
  • Save jaycfields/5198885 to your computer and use it in GitHub Desktop.
Save jaycfields/5198885 to your computer and use it in GitHub Desktop.
(ns success.success-examples
(:use expectations erajure.core))
;; mock interaction based testing
(expect-let [r (mock Runnable)]
(interaction (.run r))
(.run r))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment