logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eunit_surefire - Surefire reports for EUnit (Format used by Maven and Atlassian Bamboo for example to

Authors

       Mickaël Rémond <mickael.remond@process-one.net>

                                                    eunit 2.7                               eunit_surefire(3erl)

Description

       Surefire reports for EUnit (Format used by Maven and Atlassian  Bamboo  for  example  to  integrate  test
       results). Based on initial code from Paul Guyot.

       Example: Generate XML result file in the current directory:

            eunit:test([fib, eunit_examples],
                       [{report,{eunit_surefire,[{dir,"."}]}}]).

Exports

handle_begin(Kind,Data,St)->term()handle_cancel(X1,Data,St)->term()handle_end(X1,Data,St)->term()init(Options)->term()start()->term()start(Options)->term()terminate(X1,St)->term()

Name

       eunit_surefire  -  Surefire  reports  for EUnit (Format used by Maven and Atlassian Bamboo for example to
       integrate test results).

See Also

       eunit

See Also