Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2431 virtual void benchmarkFailed( std::string const& error ) = 0;
5609 virtual void benchmarkFailed( std::string const& ) {} in benchmarkFailed() function
6111 void benchmarkFailed(std::string const& error) override;
6349 void benchmarkFailed(std::string const&) override;
6524 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
8031 void benchmarkFailed( std::string const& error ) override;
10874 void benchmarkFailed(std::string const&) override;
12654 void RunContext::benchmarkFailed(std::string const & error) { in benchmarkFailed() function in Catch::RunContext
12655 m_reporter->benchmarkFailed(error); in benchmarkFailed()
16227 void ConsoleReporter::benchmarkFailed(std::string const& error) { in benchmarkFailed() function in Catch::ConsoleReporter
[all …]