aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/ct_junit_report.xml
blob: 49a40cc1def46ca8d1b12c44326f03bf7affb89f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">
<erlref>
<header>
<title>ct_junit_report</title>
<prepared></prepared>
<responsible></responsible>
<docno>1</docno>
<approved></approved>
<checked></checked>
<date></date>
<rev>A</rev>
<file>ct_junit_report.xml</file></header>
<module>ct_junit_report</module>
<modulesummary>Common Test Framework functions handling test specifications.</modulesummary>
<description>
<p>Common Test Framework functions handling test specifications.</p>
  
   <p>This module creates a junit report of the test run if plugged in
    as a suite_callback.</p></description>
<funcs>
<func>
<name>init(Opts) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="init-1"/>
 </desc></func>
<func>
<name>post_end_group(Group, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="post_end_group-3"/>
 </desc></func>
<func>
<name>post_end_suite(Suite, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="post_end_suite-3"/>
 </desc></func>
<func>
<name>post_end_tc(TC, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="post_end_tc-3"/>
 </desc></func>
<func>
<name>post_init_group(Group, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="post_init_group-3"/>
 </desc></func>
<func>
<name>post_init_suite(Suite, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="post_init_suite-3"/>
 </desc></func>
<func>
<name>pre_end_group(Group, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="pre_end_group-3"/>
 </desc></func>
<func>
<name>pre_end_suite(Suite, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="pre_end_suite-3"/>
 </desc></func>
<func>
<name>pre_init_group(Group, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="pre_init_group-3"/>
 </desc></func>
<func>
<name>pre_init_suite(Suite, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="pre_init_suite-3"/>
 </desc></func>
<func>
<name>pre_init_tc(TC, Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="pre_init_tc-3"/>
 </desc></func>
<func>
<name>terminate(Config, State) -&gt; term()
</name>
<fsummary> </fsummary>

<desc><marker id="terminate-2"/>
 </desc></func></funcs>

<authors>
<aname> </aname>
<email> </email></authors></erlref>