/external/catch2/include/internal/ |
D | catch_interfaces_reporter.cpp | 13 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig 16 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig 19 std::ostream& ReporterConfig::stream() const { return *m_stream; } in stream() 20 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()
|
D | catch_reporter_registrars.hpp | 21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
|
D | catch_interfaces_reporter.h | 36 struct ReporterConfig { struct 37 explicit ReporterConfig( IConfigPtr const& _fullConfig ); 39 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ); 253 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
|
D | catch_reporter_registry.cpp | 17 return it->second->create( ReporterConfig( config ) ); in create()
|
D | catch_session.cpp | 57 multi.addListener(listener->create(Catch::ReporterConfig(config))); in makeReporter()
|
/external/testng/src/main/java/org/testng/ |
D | ReporterConfig.java | 19 public class ReporterConfig { class 59 ReporterConfig.Property property = m_properties.get(i); in serialize() 71 public static ReporterConfig deserialize(String inputString) { in deserialize() 72 ReporterConfig reporterConfig = null; in deserialize() 74 reporterConfig = new ReporterConfig(); in deserialize() 107 for (ReporterConfig.Property property : m_properties) { in newReporterInstance()
|
D | TestNGAntTask.java | 166 private List<ReporterConfig> reporterConfigs = Lists.newArrayList(); 599 for (ReporterConfig reporterConfig : reporterConfigs) { in addReporterConfigs() 1102 public void addConfiguredReporter(ReporterConfig reporterConfig) { in addConfiguredReporter()
|
D | TestNG.java | 1506 ReporterConfig reporterConfig = ReporterConfig.deserialize(cla.reporter); in configure() 1666 private void addReporter(ReporterConfig reporterConfig) { in addReporter()
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 33 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() 151 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() 272 TestEventListenerBase( ReporterConfig const& _config );
|
D | catch_reporter_automake.hpp | 20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
|
D | catch_reporter_bases.cpp | 59 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
|
D | catch_reporter_junit.h | 19 JunitReporter(ReporterConfig const& _config);
|
D | catch_reporter_xml.h | 19 XmlReporter(ReporterConfig const& _config);
|
D | catch_reporter_console.h | 29 ConsoleReporter(ReporterConfig const& config);
|
D | catch_reporter_sonarqube.hpp | 24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter()
|
D | catch_reporter_teamcity.hpp | 27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
|
D | catch_reporter_junit.cpp | 61 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
|
D | catch_reporter_xml.cpp | 22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
|
D | catch_reporter_console.cpp | 349 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
|
D | catch_reporter_sonarqube.hpp | 24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter()
|
D | catch_reporter_teamcity.hpp | 27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
|
D | catch.hpp | 5437 struct ReporterConfig { struct 5438 explicit ReporterConfig( IConfigPtr const& _fullConfig ); 5440 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ); 5654 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0; 5691 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() 5808 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() 5928 TestEventListenerBase( ReporterConfig const& _config ); 6008 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 6029 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 6113 ConsoleReporter(ReporterConfig const& config); [all …]
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5044 struct ReporterConfig { struct 5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() function 5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function 5269 virtual IStreamingReporter* create( ReporterConfig const& config ) const = 0; 6227 reporters = addReporter(reporters, (*it)->create( ReporterConfig( config ) ) ); in addListeners() 6596 return it->second->create( ReporterConfig( config ) ); in create() 8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() 8636 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() 8745 TestEventListenerBase( ReporterConfig const& _config ) in TestEventListenerBase() 8766 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create() [all …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5470 struct ReporterConfig { struct 5471 explicit ReporterConfig( IConfigPtr const& _fullConfig ); 5473 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ); 5687 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0; 5727 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() 5844 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() 5964 TestEventListenerBase( ReporterConfig const& _config ); 6044 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 6065 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 6147 ConsoleReporter(ReporterConfig const& config); [all …]
|