View Source ct_groups_summary_hook (ct_groups_summary_hook v0.1.1)

Count successful and failed groups in the test suite.

Use by adding the following line to test.spec: {ct_hooks, [ct_results_summary_hook]}.

Summary

Functions

Return a unique id for this CTH.
Always called before any other callback function. Use this to initiate any common state.
Called when a test case is skipped by either user action or due to an init function failing.

Functions

Return a unique id for this CTH.
Always called before any other callback function. Use this to initiate any common state.
Link to this function

on_tc_skip(TC, Reason, State)

View Source
Called when a test case is skipped by either user action or due to an init function failing.
Link to this function

post_end_per_group(GroupName, Config, Return, State)

View Source
Link to this function

post_end_per_suite(SuiteName, Config, Return, State)

View Source
Link to this function

post_end_per_testcase(SuiteName, TestcaseName, Config, Return, State)

View Source
Link to this function

pre_init_per_suite(Suite, Config, State)

View Source