Module eunit_progress

A listener/reporter for eunit that prints '.' for each success, 'F' for each failure, and 'E' for each error.

Behaviours: eunit_listener.

Description

A listener/reporter for eunit that prints '.' for each success, 'F' for each failure, and 'E' for each error. It can also optionally summarize the failures at the end.

Function Index

handle_begin/3
handle_cancel/3
handle_end/3
init/1
start/0
start/1
terminate/2

Function Details

handle_begin/3

handle_begin(X1, Data, St) -> any()

handle_cancel/3

handle_cancel(X1, Data, State) -> any()

handle_end/3

handle_end(X1, Data, St) -> any()

init/1

init(Options) -> any()

start/0

start() -> any()

start/1

start(Options) -> any()

terminate/2

terminate(X1, St) -> any()


Generated by EDoc