1eunit_surefire(3) Erlang Module Definition eunit_surefire(3)
2
3
4
6 eunit_surefire - Surefire reports for EUnit (Format used by Maven and
7 Atlassian Bamboo for example to integrate test results).
8
10 Surefire reports for EUnit (Format used by Maven and Atlassian Bamboo
11 for example to integrate test results). Based on initial code from Paul
12 Guyot.
13
14 Example: Generate XML result file in the current directory:
15
16 eunit:test([fib, eunit_examples],
17 [{report,{eunit_surefire,[{dir,"."}]}}]).
18
20 handle_begin(Kind, Data, St) -> term()
21
22 handle_cancel(X1, Data, St) -> term()
23
24 handle_end(X1, Data, St) -> term()
25
26 init(Options) -> term()
27
28 start() -> term()
29
30 start(Options) -> term()
31
32 terminate(X1, St) -> term()
33
35 eunit
36
38 Mickaël Rémond <mickael.remond@process-one.net>
39
40
41
42 eunit 2.7 eunit_surefire(3)