ct_event

Common Test Framework Event Handler.

Common Test Framework Event Handler

This module implements an event handler that CT uses to handle status and progress notifications during test runs. The notifications are handled locally (per node) and passed on to ct_master when CT runs in distributed mode. This module may be used as a template for other event handlers that can be plugged in to handle local logging and reporting.

Functions


start_link() -> term()

add_handler() -> term()

add_handler(Args) -> term()

stop() -> term()

notify(Event) -> term()

notify(Name, Data) -> term()

sync_notify(Event) -> term()

sync_notify(Name, Data) -> term()

is_alive() -> term()

init(RecvPids) -> term()

handle_event(Event, State) -> term()

handle_call(Req, State) -> term()

handle_info(Info, State) -> term()

terminate(Reason, State) -> term()

code_change(OldVsn, State, Extra) -> term()