eunit_serial

Event serializing and multiplexing process, to be used as the main "supervisor" process for en EUnit test runner.

Event serializing and multiplexing process, to be used as the main "supervisor" process for en EUnit test runner. See eunit_proc for details about the events that will be sent to the listeners (provided to this process at startup). This process guarantees that listeners will receive events in order, even if tests execute in parallel. For every received 'begin' event, there will be exactly one 'end' or 'cancel' event. For a cancelling event with identifier Id, no further events will arrive whose identifiers have Id as prefix.

Functions


start(Pids) -> term()

See also

eunit

Richard Carlsson carlsson.richard@gmail.com