| 5663 | virtual void benchmarkStarting( BenchmarkInfo const& ) {} |
| 5664 | virtual void benchmarkEnded( BenchmarkStats<> const& ) {} |
| 5665 | virtual void benchmarkFailed( std::string const& ) {} |
| 5666 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
| 5667 | |
| 5668 | virtual void assertionStarting( AssertionInfo const& assertionInfo ) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected