|
Blender V5.0
|
Inherits testing::Test.
Protected Member Functions | |
| StringFindSplitWords ()=default | |
| void | testStringFindSplitWords (const string &str, const size_t max_length, initializer_list< WordInfo > expected_words_info_init, int max_words=-1) |
| void | testStringFindSplitWords (const string &str, initializer_list< WordInfo > expected_words_info_init) |
Definition at line 879 of file BLI_string_test.cc.
|
protecteddefault |
|
inlineprotected |
Definition at line 887 of file BLI_string_test.cc.
References BLI_string_find_split_words(), CHECK_LE, and str.
Referenced by testStringFindSplitWords().
|
inlineprotected |
Definition at line 916 of file BLI_string_test.cc.
References str, and testStringFindSplitWords().