mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Use new formatting capabilities
This commit is contained in:
parent
694fe61ae3
commit
bb9f2bb3ad
@ -45,7 +45,7 @@ namespace Catch {
|
|||||||
|
|
||||||
Catch::cout() << Text( testCaseInfo.name, nameAttr ) << std::endl;
|
Catch::cout() << Text( testCaseInfo.name, nameAttr ) << std::endl;
|
||||||
if( config.verbosity() >= Verbosity::High ) {
|
if( config.verbosity() >= Verbosity::High ) {
|
||||||
Catch::cout() << " " << testCaseInfo.lineInfo << std::endl;
|
Catch::cout() << Text( testCaseInfo.lineInfo, descAttr ) << std::endl;
|
||||||
std::string description = testCaseInfo.description;
|
std::string description = testCaseInfo.description;
|
||||||
if( description == "" )
|
if( description == "" )
|
||||||
description = "(NO DESCRIPTION)";
|
description = "(NO DESCRIPTION)";
|
||||||
|
Loading…
Reference in New Issue
Block a user