Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5597 virtual void reportInvalidArguments(std::string const&) {} in reportInvalidArguments() function
5691 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments() function
6098 void reportInvalidArguments(std::string const&arg) override;
10866 void reportInvalidArguments(std::string const&arg) override;
13133 m_context.reporter().reportInvalidArguments(invalidArg); in execute()
16139 void ConsoleReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ConsoleReporter
16758 void ListeningReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ListeningReporter
16760 listener->reportInvalidArguments( arg ); in reportInvalidArguments()
16762 m_reporter->reportInvalidArguments( arg ); in reportInvalidArguments()