Home
last modified time | relevance | path

Searched refs:ReporterConfig (Results 1 – 22 of 22) 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_interfaces_reporter.h30 struct ReporterConfig { struct
31 explicit ReporterConfig( IConfigPtr const& _fullConfig );
33 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
215 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
Dcatch_reporter_registrars.hpp21 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
Dcatch_reporter_registry.cpp17 return it->second->create( ReporterConfig( config ) ); in create()
Dcatch_session.cpp55 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.hpp31 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
146 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
267 TestEventListenerBase( ReporterConfig const& _config );
Dcatch_reporter_bases.cpp45 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
Dcatch_reporter_automake.hpp20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
Dcatch_reporter_xml.h19 XmlReporter(ReporterConfig const& _config);
Dcatch_reporter_junit.h19 JunitReporter(ReporterConfig const& _config);
Dcatch_reporter_console.h29 ConsoleReporter(ReporterConfig const& config);
Dcatch_reporter_teamcity.hpp27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
Dcatch_reporter_xml.cpp22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
Dcatch_reporter_junit.cpp60 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
Dcatch_reporter_console.cpp338 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter()
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
Dcatch_reporter_teamcity.hpp27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
Dcatch.hpp4868 struct ReporterConfig { struct
4869 explicit ReporterConfig( IConfigPtr const& _fullConfig );
4871 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
5053 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
5088 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
5202 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
5322 TestEventListenerBase( ReporterConfig const& _config );
5402 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
5423 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
5505 ConsoleReporter(ReporterConfig const& config);
[all …]
/external/bcc/tests/cc/
Dcatch.hpp5044 struct ReporterConfig { struct
5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() argument
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 …]