Home
last modified time | relevance | path

Searched full:junit (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/kyua/doc/
H A Dkyua-report-junit.1.in32 .Nm "kyua report-junit"
33 .Nd Generates a JUnit report with the results of a test suite run
41 command provides a simple mechanism to generate JUnit reports of the
44 that complies with the JUnit XSchema.
46 The JUnit output is static and self-contained, so it can easily be plugged
52 Specifies the file into which to store the JUnit report.
57 Because of limitations in the JUnit XML schema, not all the data collected by
58 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
H A DMakefile.am.inc101 man_MANS += doc/kyua-report-junit.1
102 CLEANFILES += doc/kyua-report-junit.1
103 EXTRA_DIST += doc/kyua-report-junit.1.in
104 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)
H A Dkyua.1.in174 .It Ar report-junit
175 Generates a JUnit report.
177 .Xr kyua-report-junit 1 .
H A D.gitignore9 kyua-report-junit.1
H A Dkyua-report-html.1.in103 .Xr kyua-report-junit 1
H A Dkyua-report.1.in118 .Xr kyua-report-junit 1
/freebsd/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh52 # 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-junit
188 -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=foo
290 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 \
/freebsd/contrib/kyua/drivers/
H A Dreport_junit.hpp30 /// Generates a JUnit report out of a test suite execution.
58 /// Hooks for the scan_results driver to generate a JUnit report.
/freebsd/contrib/kyua/cli/
H A Dcmd_report_junit.cpp57 "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()
H A Dcmd_report_junit.hpp40 /// Implementation of the "report-junit" subcommand.
/freebsd/contrib/atf/
H A D.cirrus.yml26 format: junit
/freebsd/tests/ci/tools/
H A Dfreebsdci107 kyua report-junit --output=test-report.xml
/freebsd/contrib/kyua/
H A DNEWS.md116 * Issue #136: Fixed the XML escaping in the JUnit output so that
255 * Added the `report-junit` command to generate JUnit XML result files.
/freebsd/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb15 # options: -xml : produce a JUnit compatible XML file
/freebsd/usr.bin/kyua/
H A DMakefile26 kyua-report-junit.1 \
/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml47 - run: ctest -VV --output-junit ctest_out.xml
/freebsd/contrib/googletest/docs/
H A Dprimer.md42 at home if you've used JUnit or PyUnit before. If not, it will take you about 10
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md121 which adds `assertThat()` to JUnit.*
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1913 "junit", in getChromiumStyle()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp16718 CATCH_REGISTER_REPORTER( "junit", JunitReporter )
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc8336 OLD_FILES+=usr/share/man/man1/kyua-report-junit.1.gz