mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +00:00
refactored toLower
This commit is contained in:
parent
f4254b8622
commit
6ba2057abd
5 changed files with 13 additions and 12 deletions
|
@ -383,6 +383,7 @@ TEST_CASE( "selftest/tags", "" ) {
|
|||
CHECK( twoTags.getTestCaseInfo().description == "" );
|
||||
CHECK( twoTags.hasTag( "one" ) );
|
||||
CHECK( twoTags.hasTag( "two" ) );
|
||||
CHECK( twoTags.hasTag( "Two" ) );
|
||||
CHECK( twoTags.hasTag( "three" ) == false );
|
||||
CHECK( twoTags.getTags().size() == 2 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue