mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 11:35:39 +02:00
Fix doccomment on shouldShowDuration reporter helper
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Catch {
|
|||||||
// Returns double formatted as %.3f (format expected on output)
|
// Returns double formatted as %.3f (format expected on output)
|
||||||
std::string getFormattedDuration( double duration );
|
std::string getFormattedDuration( double duration );
|
||||||
|
|
||||||
//! Should the reporter show
|
//! Should the reporter show duration of test given current configuration?
|
||||||
bool shouldShowDuration( IConfig const& config, double duration );
|
bool shouldShowDuration( IConfig const& config, double duration );
|
||||||
|
|
||||||
std::string serializeFilters( std::vector<std::string> const& filters );
|
std::string serializeFilters( std::vector<std::string> const& filters );
|
||||||
|
Reference in New Issue
Block a user