/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_interfaces_reporter.h | 30 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;
|
D | catch_reporter_registrars.hpp | 21 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 42 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
|
D | catch_reporter_registry.cpp | 17 return it->second->create( ReporterConfig( config ) ); in create()
|
D | catch_session.cpp | 55 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 | 31 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() 146 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() 267 TestEventListenerBase( ReporterConfig const& _config );
|
D | catch_reporter_bases.cpp | 45 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
|
D | catch_reporter_automake.hpp | 20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter()
|
D | catch_reporter_xml.h | 19 XmlReporter(ReporterConfig const& _config);
|
D | catch_reporter_junit.h | 19 JunitReporter(ReporterConfig const& _config);
|
D | catch_reporter_console.h | 29 ConsoleReporter(ReporterConfig const& config);
|
D | catch_reporter_teamcity.hpp | 27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
|
D | catch_reporter_xml.cpp | 22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
|
D | catch_reporter_junit.cpp | 60 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
|
D | catch_reporter_console.cpp | 338 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_teamcity.hpp | 27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter()
|
D | catch.hpp | 4868 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/ |
D | catch.hpp | 5044 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 …]
|