Searched full:junit (Results 1 – 21 of 21) sorted by relevance
32 .Nm "kyua report-junit"33 .Nd Generates a JUnit report with the results of a test suite run41 command provides a simple mechanism to generate JUnit reports of the44 that complies with the JUnit XSchema.46 The JUnit output is static and self-contained, so it can easily be plugged52 Specifies the file into which to store the JUnit report.57 Because of limitations in the JUnit XML schema, not all the data collected by58 Kyua can be properly represented in JUnit reports.61 command shovels these data into the JUnit output.83 __include__ results-files-report-example.mdoc REPORT_COMMAND=report-junit
101 man_MANS += doc/kyua-report-junit.1102 CLEANFILES += doc/kyua-report-junit.1103 EXTRA_DIST += doc/kyua-report-junit.1.in104 doc/kyua-report-junit.1: $(srcdir)/doc/kyua-report-junit.1.in $(MAN_DEPS)105 $(AM_V_GEN)name=kyua-report-junit.1; $(BUILD_MANPAGE)
174 .It Ar report-junit175 Generates a JUnit report.177 .Xr kyua-report-junit 1 .
9 kyua-report-junit.1
103 .Xr kyua-report-junit 1
118 .Xr kyua-report-junit 1
52 # Ensure the results of 'report-junit' come from the database.169 atf_check -s exit:0 -o file:expout -e empty -x "kyua report-junit" \178 atf_check -s exit:2 -o empty -e file:experr kyua report-junit188 -e empty kyua report-junit --results-file="$(cat dbfile_name1)"190 -e empty kyua report-junit --results-file="$(cat dbfile_name2)"197 kyua report-junit --results-file=foo290 atf_check -s exit:0 -o file:report -e empty -x kyua report-junit \292 atf_check -s exit:0 -o empty -e save:stderr kyua report-junit \297 atf_check -s exit:0 -o empty -e empty kyua report-junit \
30 /// Generates a JUnit report out of a test suite execution.58 /// Hooks for the scan_results driver to generate a JUnit report.
57 "report-junit", "", 0, 0, in cmd_report_junit()58 "Generates a JUnit report with the result of a test suite run") in cmd_report_junit()
40 /// Implementation of the "report-junit" subcommand.
26 format: junit
107 kyua report-junit --output=test-report.xml
116 * Issue #136: Fixed the XML escaping in the JUnit output so that255 * Added the `report-junit` command to generate JUnit XML result files.
15 # options: -xml : produce a JUnit compatible XML file
26 kyua-report-junit.1 \
47 - run: ctest -VV --output-junit ctest_out.xml
42 at home if you've used JUnit or PyUnit before. If not, it will take you about 10
121 which adds `assertThat()` to JUnit.*
1913 "junit", in getChromiumStyle()
16718 CATCH_REGISTER_REPORTER( "junit", JunitReporter )
8336 OLD_FILES+=usr/share/man/man1/kyua-report-junit.1.gz