stc
Loading...
Searching...
No Matches
Functions
StringUtilTests.cpp File Reference
#include "catch2/catch_test_macros.hpp"
#include "stc/StringUtil.hpp"

Functions

 TEST_CASE ("Ensure splitting works with single characters", "[Feat][String]")
 
 TEST_CASE ("Ensure excessive limits don't interfere", "[Feat][String]")
 
 TEST_CASE ("Ensure the special-case charification works", "[Feat][String]")
 
 TEST_CASE ("Ensure multibyte splits work", "[Feat][String]")
 
 TEST_CASE ("Ensure limited multibyte splits work", "[Feat][String]")
 
 TEST_CASE ("Ensure edges don't affect anything", "[BugProne][String]")
 
 TEST_CASE ("Ensure edges don't affect anything when counts are involved", "[BugProne][String]")
 
 TEST_CASE ("Make sure single-character splits don't default to nullptr", "[Regression][String]")
 
 TEST_CASE ("Make sure replacing works", "[Feat]")
 
 TEST_CASE ("Ensure limited replacements work", "[Feat]")
 
 TEST_CASE ("Verify removeDuplicateWhitespace", "[Feat]")
 

Function Documentation

◆ TEST_CASE() [1/11]

TEST_CASE ( "Ensure edges don't affect anything when counts are involved"  ,
""  [BugProne][String] 
)

◆ TEST_CASE() [2/11]

TEST_CASE ( "Ensure edges don't affect anything"  ,
""  [BugProne][String] 
)

◆ TEST_CASE() [3/11]

TEST_CASE ( "Ensure excessive limits don't interfere"  ,
""  [Feat][String] 
)

◆ TEST_CASE() [4/11]

TEST_CASE ( "Ensure limited multibyte splits work"  ,
""  [Feat][String] 
)

◆ TEST_CASE() [5/11]

TEST_CASE ( "Ensure limited replacements work"  ,
""  [Feat] 
)

◆ TEST_CASE() [6/11]

TEST_CASE ( "Ensure multibyte splits work"  ,
""  [Feat][String] 
)

◆ TEST_CASE() [7/11]

TEST_CASE ( "Ensure splitting works with single characters"  ,
""  [Feat][String] 
)

◆ TEST_CASE() [8/11]

TEST_CASE ( "Ensure the special-case charification works"  ,
""  [Feat][String] 
)

◆ TEST_CASE() [9/11]

TEST_CASE ( "Make sure replacing works"  ,
""  [Feat] 
)

◆ TEST_CASE() [10/11]

TEST_CASE ( "Make sure single-character splits don't default to nullptr"  ,
""  [Regression][String] 
)

◆ TEST_CASE() [11/11]

TEST_CASE ( "Verify removeDuplicateWhitespace"  ,
""  [Feat] 
)