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()

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

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

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

init(Type) -> term()

handle_event(Event, State) -> term()

handle_info(X1, State) -> term()

handle_call(Query, State) -> term()

terminate(Reason, Type) -> term()

View Functions