[erlang-questions] how: Mock processes in a test setup

Christian S chsu79@REDACTED
Wed Apr 2 17:01:06 CEST 2008


Hi, I'm looking at a java testing tool called EasyMock. It allows you
to create an object that adheres to a java interface, but set it up to
what calls (their order) it should expect, then throw it into a test
scenario to see if expectations are met.

http://www.easymock.org/EasyMock2_3_Documentation.html

I wonder, have someone attempted to implement something similar in Erlang?



More information about the erlang-questions mailing list