cth_log_redirect

Functions


id(Opts) -> term()

Common Test Framework functions handling test specifications.

This module redirects sasl and error logger info to common test log.

init(X1, Opts) -> term()

pre_init_per_suite(Suite, Config, State) -> term()

pre_end_per_suite(Suite, Config, State) -> term()

post_end_per_suite(Suite, Config, Return, State) -> term()

pre_init_per_group(Group, Config, State) -> term()

post_init_per_group(Group, Config, Result, State) -> term()

pre_init_per_testcase(TC, Config, State) -> term()

post_end_per_testcase(TC, Config, Result, State) -> term()

pre_end_per_group(Group, Config, State) -> term()

post_end_per_group(Group, Config, Return, State) -> term()

init(Type) -> term()

handle_event(Event, Eh_state) -> term()

handle_info(X1, State) -> term()

handle_call(Query, State) -> term()

terminate(X1) -> term()

terminate(Arg, State) -> term()

handle_remote_events(Bool) -> term()

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