Midje.unprocessed - eunmin/Midje GitHub Wiki
Namespace midje.unprocessed
has no syntactic sugar at all. All work is done by functions applied to maps. The macros in semi-sweet mode are written in terms of those functions and maps.
To find the map format, look at the definitions of fake
and
call-being-tested
in midje/semi_sweet.clj
. The
function that does the work is expect*
. Its
first argument is the map in the call-being-tested
format,
followed by zero or more maps in the fake
format.