algorithm icon indicating copy to clipboard operation
algorithm copied to clipboard

Migrate string manipulation tests from commons-lang to boost

Open testmigrator opened this issue 2 years ago • 4 comments

This pull request migrates a set of string manipulation tests from commons-lang to boost. The tests cover functions such as starts_with, trim, contains, join, replace_all_copy, among others. These tests have been successfully ported to boost and can be used to validate string manipulation functions in C++ applications.

testmigrator avatar Apr 11 '23 02:04 testmigrator

I kindly request the author to consider and accept the converted unit tests, which have been thoroughly compiled and verified.

testmigrator avatar Jul 14 '23 09:07 testmigrator

Looks good.

nigels-com avatar Jul 15 '23 23:07 nigels-com

These unit test cases have completed the validation of basic functionalities and have all passed compilation and execution. I genuinely hope that you accept these test cases on the develop branch~

testmigrator avatar Jul 18 '23 14:07 testmigrator

Looks good.

Your support is the source of motivation for my work, so I sincerely hope that you can consider it~

testmigrator avatar Jul 20 '23 11:07 testmigrator