Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp13 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()
Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
Dcatch_interfaces_reporter.h36 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;
Dcatch_reporter_registry.cpp17 return it->second->create( ReporterConfig( config ) ); in create()
Dcatch_session.cpp57 multi.addListener(listener->create(Catch::ReporterConfig(config))); in makeReporter()
/external/testng/src/main/java/org/testng/
DReporterConfig.java19 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()
DTestNGAntTask.java166 private List<ReporterConfig> reporterConfigs = Lists.newArrayList();
599 for (ReporterConfig reporterConfig : reporterConfigs) { in addReporterConfigs()
1102 public void addConfiguredReporter(ReporterConfig reporterConfig) { in addConfiguredReporter()
DTestNG.java1506 ReporterConfig reporterConfig = ReporterConfig.deserialize(cla.reporter); in configure()
1666 private void addReporter(ReporterConfig reporterConfig) { in addReporter()
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp33 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
151 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
272 TestEventListenerBase( ReporterConfig const& _config );
Dcatch_reporter_automake.hpp20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
Dcatch_reporter_bases.cpp59 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
Dcatch_reporter_junit.h19 JunitReporter(ReporterConfig const& _config);
Dcatch_reporter_xml.h19 XmlReporter(ReporterConfig const& _config);
Dcatch_reporter_console.h29 ConsoleReporter(ReporterConfig const& config);
Dcatch_reporter_sonarqube.hpp24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter()
Dcatch_reporter_teamcity.hpp27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
Dcatch_reporter_junit.cpp61 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
Dcatch_reporter_xml.cpp22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
Dcatch_reporter_console.cpp349 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter()
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
Dcatch_reporter_sonarqube.hpp24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter()
Dcatch_reporter_teamcity.hpp27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
Dcatch.hpp5437 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/
Dcatch.hpp5044 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/
Dcatch.hpp5470 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 …]