From ae7e427471b4798a94bf030b3261a46a7df898df Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Wed, 9 Feb 2011 19:05:29 +0100 Subject: Rename Suite Callback to Common Test Hook --- lib/common_test/doc/src/ct_junit_report.xml | 109 ---------------------------- 1 file changed, 109 deletions(-) delete mode 100644 lib/common_test/doc/src/ct_junit_report.xml (limited to 'lib/common_test/doc') diff --git a/lib/common_test/doc/src/ct_junit_report.xml b/lib/common_test/doc/src/ct_junit_report.xml deleted file mode 100644 index 49a40cc1de..0000000000 --- a/lib/common_test/doc/src/ct_junit_report.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - -
-ct_junit_report - - -1 - - - -A -ct_junit_report.xml
-ct_junit_report -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.

- - -init(Opts) -> term() - - - - - - -post_end_group(Group, Config, State) -> term() - - - - - - -post_end_suite(Suite, Config, State) -> term() - - - - - - -post_end_tc(TC, Config, State) -> term() - - - - - - -post_init_group(Group, Config, State) -> term() - - - - - - -post_init_suite(Suite, Config, State) -> term() - - - - - - -pre_end_group(Group, Config, State) -> term() - - - - - - -pre_end_suite(Suite, Config, State) -> term() - - - - - - -pre_init_group(Group, Config, State) -> term() - - - - - - -pre_init_suite(Suite, Config, State) -> term() - - - - - - -pre_init_tc(TC, Config, State) -> term() - - - - - - -terminate(Config, State) -> term() - - - - - - - - -
\ No newline at end of file -- cgit v1.2.3