cth_surefire

Common Test Framework functions handling test specifications.

Common Test Framework functions handling test specifications.

This module creates a junit report of the test run if plugged in as a suite_callback.

Functions


id(Opts) -> term()

init(Path, Opts) -> term()

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

post_init_per_suite(Suite, Config, Result, State) -> term()

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

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

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

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

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

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

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

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

on_tc_fail(TC, Res, State) -> term()

on_tc_skip(Tc, Res, State0) -> term()

terminate(State) -> term()