Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp6244 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() argument
6245 …ngReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); in createReporter()
6248 oss << "No reporter registered with name: '" << reporterName << "'"; in createReporter()