1. EUnit - a Lightweight Unit Testing Framework for Erlang
1 EUnit - a Lightweight Unit Testing Framework for Erlang
EUnit is a unit testing framework for Erlang. It is very powerful and flexible, is easy to use, and has small syntactical overhead.
EUnit builds on ideas from the family of unit testing frameworks for Object Oriented languages that originated with JUnit by Beck and Gamma (and Beck's previous framework SUnit for Smalltalk). However, EUnit uses techniques more adapted to functional and concurrent programming, and is typically less verbose than its relatives.
Although EUnit uses many preprocessor macros, th