Home
last modified time | relevance | path

Searched refs:reporters (Results 1 – 25 of 111) sorted by relevance

12345

/external/testng/src/main/java/org/testng/xml/
DResultContentHandler.java3 import static org.testng.reporters.XMLReporterConfig.ATTR_DESC;
4 import static org.testng.reporters.XMLReporterConfig.ATTR_DURATION_MS;
5 import static org.testng.reporters.XMLReporterConfig.ATTR_NAME;
6 import static org.testng.reporters.XMLReporterConfig.ATTR_STATUS;
7 import static org.testng.reporters.XMLReporterConfig.TAG_CLASS;
8 import static org.testng.reporters.XMLReporterConfig.TAG_PARAMS;
9 import static org.testng.reporters.XMLReporterConfig.TAG_SUITE;
10 import static org.testng.reporters.XMLReporterConfig.TAG_TEST;
11 import static org.testng.reporters.XMLReporterConfig.TAG_TEST_METHOD;
22 import org.testng.reporters.XMLReporterConfig;
/external/testng/src/main/java/org/testng/reporters/jq/
DMain.java1 package org.testng.reporters.jq;
3 import static org.testng.reporters.jq.BasePanel.C;
4 import static org.testng.reporters.jq.BasePanel.D;
9 import org.testng.reporters.Files;
10 import org.testng.reporters.XMLStringBuffer;
DIPanel.java1 package org.testng.reporters.jq;
3 import org.testng.reporters.XMLStringBuffer;
DBannerPanel.java1 package org.testng.reporters.jq;
3 import org.testng.reporters.XMLStringBuffer;
DTestNgXmlPanel.java1 package org.testng.reporters.jq;
5 import org.testng.reporters.XMLStringBuffer;
DBaseMultiSuitePanel.java1 package org.testng.reporters.jq;
4 import org.testng.reporters.XMLStringBuffer;
DTestPanel.java1 package org.testng.reporters.jq;
4 import org.testng.reporters.XMLStringBuffer;
DReporterPanel.java1 package org.testng.reporters.jq;
6 import org.testng.reporters.XMLStringBuffer;
DGroupPanel.java1 package org.testng.reporters.jq;
4 import org.testng.reporters.XMLStringBuffer;
DIgnoredMethodsPanel.java1 package org.testng.reporters.jq;
7 import org.testng.reporters.XMLStringBuffer;
DChronologicalPanel.java1 package org.testng.reporters.jq;
7 import org.testng.reporters.XMLStringBuffer;
DTimesPanel.java1 package org.testng.reporters.jq;
7 import org.testng.reporters.XMLStringBuffer;
DSuitePanel.java1 package org.testng.reporters.jq;
6 import org.testng.reporters.XMLStringBuffer;
/external/catch2/docs/
Dreporters.md4 Catch has a modular reporting system and comes bundled with a handful of useful reporters built in.
5 You can also write your own reporters.
7 ## Using different reporters
17 There are four reporters built in to the single include:
25 There are a few additional reporters, for specific build systems, in the Catch repository (in `incl…
34 You see what reporters are available from the command line by running with `--list-reporters`.
Dci-and-misc.md6 [Other reporters](#other-reporters)<br>
15reporters. Catch comes bundled with three reporters that should cover the majority of build server…
17 Two of these reporters are built in (XML and JUnit) and the third (TeamCity) is included as a separ…
37 ## Other reporters
38 Other reporters are not part of the single-header distribution and need
39 to be downloaded and included separately. All reporters are stored in
Dcommand-line.md10 [Listing available tests, tags or reporters](#listing-available-tests-tags-or-reporters)<br>
38 <a href="#listing-available-tests-tags-or-reporters"> ` -l, --list-tests`</a><br />
39 <a href="#listing-available-tests-tags-or-reporters"> ` -t, --list-tags`</a><br />
59 <a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
121 …IDE friendly, textual output. Catch comes bundled with some alternative reporters, but more can be…
122 The bundled reporters are:
158 <a id="listing-available-tests-tags-or-reporters"></a>
159 ## Listing available tests, tags or reporters
162 --list-reporters
170 ```--list-reporters``` lists the available reporters.
[all …]
/external/catch2/projects/XCode/OCTest/
Dcatch_objc_impl.mm64 #include "../../../include/reporters/catch_reporter_bases.cpp"
65 #include "../../../include/reporters/catch_reporter_compact.cpp"
66 #include "../../../include/reporters/catch_reporter_console.cpp"
67 #include "../../../include/reporters/catch_reporter_junit.cpp"
68 #include "../../../include/reporters/catch_reporter_listening.cpp"
69 #include "../../../include/reporters/catch_reporter_xml.cpp"
/external/catch2/projects/
DCMakeLists.txt276 ${HEADER_DIR}/reporters/catch_reporter_automake.hpp
277 ${HEADER_DIR}/reporters/catch_reporter_bases.hpp
278 ${HEADER_DIR}/reporters/catch_reporter_compact.h
279 ${HEADER_DIR}/reporters/catch_reporter_console.h
280 ${HEADER_DIR}/reporters/catch_reporter_junit.h
281 ${HEADER_DIR}/reporters/catch_reporter_listening.h
282 ${HEADER_DIR}/reporters/catch_reporter_tap.hpp
283 ${HEADER_DIR}/reporters/catch_reporter_teamcity.hpp
284 ${HEADER_DIR}/reporters/catch_reporter_xml.h
285 ${HEADER_DIR}/reporters/catch_reporter_sonarqube.hpp
[all …]
/external/go-cmp/cmp/
Dcompare.go119 if len(s.reporters) == 0 {
128 s.reporters = append(s.reporters, reporter{r})
171 reporters []reporter // Optional reporters member
212 s.reporters = append(s.reporters, opt)
227 oldResult, oldReporters := s.result, s.reporters
229 s.reporters = nil // Remove reporters to avoid spurious printouts
232 s.result, s.reporters = oldResult, oldReporters
240 for _, r := range s.reporters {
590 for _, r := range s.reporters {
/external/clang/tools/scan-view/share/
DScanView.py116 def __init__(self, address, handler, root, reporters, options): argument
119 self.reporters = reporters
130 for r in self.reporters:
305 reporter = self.server.reporters[reporterIndex]
526 for i,r in enumerate(self.server.reporters):
547 reportersArray = '[%s]'%(','.join([`r.getName()` for r in self.server.reporters]))
675 for i,r in enumerate(self.server.reporters):
762 reporters = Reporter.getReporters()
766 reporters,
DReporter.py243 reporters = []
245 reporters.append(RadarReporter())
246 reporters.append(EmailReporter())
247 return reporters
/external/skia/modules/canvaskit/
Dkarma.conf.js31 reporters: ['progress'], property
84 cfg.reporters.push('coverage');
/external/catch2/examples/
DCMakeLists.txt17 set( REPORTER_HEADER_DIR ${CATCH_DIR}/include/reporters )
116 #target_compile_definitions( CatchMainAutomake PRIVATE CATCH_EXAMPLE_RPT_1=\"include/reporters/catc…
117 #target_compile_definitions( CatchMainTap PRIVATE CATCH_EXAMPLE_RPT_1=\"include/reporters/catc…
118 target_compile_definitions( CatchMainTeamCity PRIVATE CATCH_EXAMPLE_RPT_1=\"include/reporters/catch…
/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/
DBasicJBehaveTest.java32 import org.jbehave.core.reporters.Format;
33 import org.jbehave.core.reporters.StoryReporterBuilder;
/external/testng/src/main/java/org/testng/reporters/
DBuffer.java1 package org.testng.reporters;

12345