aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-02-26 23:11:38 +0100
committerPeter Andersson <[email protected]>2015-02-26 23:11:38 +0100
commitd603d51333b2bdc58658ef8bfe7f2a2a8ed074a5 (patch)
tree62591cbf70966f7ec11b1c5e9d2f8ceea121b611 /lib/common_test/doc
parentbb8ddc6d95844f92f4a3bfd7bfd3073f63bcbf45 (diff)
downloadotp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.tar.gz
otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.tar.bz2
otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.zip
Add documentation
Diffstat (limited to 'lib/common_test/doc')
-rw-r--r--lib/common_test/doc/src/event_handler_chapter.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/event_handler_chapter.xml b/lib/common_test/doc/src/event_handler_chapter.xml
index 45f01c12ec..f39f391818 100644
--- a/lib/common_test/doc/src/event_handler_chapter.xml
+++ b/lib/common_test/doc/src/event_handler_chapter.xml
@@ -59,6 +59,15 @@
Event handlers plugged into this manager will receive the events from
all the test nodes as well as information from the CT Master server
itself.</p>
+
+ <p>User specific event handlers may be plugged into a Common Test event
+ manager, either by telling Common Test to install them before the test
+ run (see below), or by adding the handlers dynamically during the test
+ run by means of
+ <c>gen_event:add_handler/3</c> or <c>gen_event:add_sup_handler/3</c>.
+ In the latter scenario, the reference of the Common Test event manager is
+ required. To get it, call <c>ct:get_event_mgr_ref/0</c> or (on the CT
+ Master node) <c>ct_master:get_event_mgr_ref/0</c>.</p>
</section>
<section>
<marker id="usage"></marker>