Searched refs:reportInvalidArguments (Results 1 – 1 of 1) sorted by relevance
5597 virtual void reportInvalidArguments(std::string const&) {} in reportInvalidArguments() function5691 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments() function6098 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::ConsoleReporter16758 void ListeningReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ListeningReporter16760 listener->reportInvalidArguments( arg ); in reportInvalidArguments()16762 m_reporter->reportInvalidArguments( arg ); in reportInvalidArguments()