ct_master_event

Common Test Framework Event Handler.

Common Test Framework Event Handler

This module implements an event handler that the CT Master uses to handle status and progress notifications sent to the master node during test runs. This module may be used as a template for other event handlers that can be plugged in to handle logging and reporting on the master node.

Functions


start_link() -> term()

add_handler() -> term()

add_handler(Args) -> term()

stop() -> term()

notify(Event) -> term()

sync_notify(Event) -> term()

init(X1) -> term()

handle_event(Event, State) -> term()

handle_call(X1, State) -> term()

handle_info(Info, State) -> term()

terminate(Reason, State) -> term()

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