Hi TDD-Junkies<div><br></div><div><a href="https://github.com/sheyll/erlymock">https://github.com/sheyll/erlymock</a><br></div><div><br></div><div>I recently polished it a little, removed maven support and finally added an alternative to 'em:verify/1' call 'em:await_expectations' that actually blocks until all expected invokations have happed. This<br>
</div><div>removes the need for clumsy unit test hacks where one would block the test process until a message is received, that is sent by some '{function, fun(_) -> TestProc ! go_on end}'.</div><div><br></div>
<div>I created a gh-pages branch so there is actually documentation at</div><div><a href="http://sheyll.github.com/erlymock/">http://sheyll.github.com/erlymock/</a><br></div><div><br></div><div>Maven support has been removed for now, unless someone want to use it, I will not add it back again, because the maven-erlang plugin includes erlymock.</div>
<div><br></div><div>This release totally relies on rebar for building and dependency management.</div><div><br></div><div>Thanks for reading,</div><div>Sven</div><div><br></div>