[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from TestStringCase
[ RUN      ] TestStringCase.TestSnakeToCamel
[       OK ] TestStringCase.TestSnakeToCamel (0 ms)
[ RUN      ] TestStringCase.TestToUpperCase
[       OK ] TestStringCase.TestToUpperCase (0 ms)
[ RUN      ] TestStringCase.TestToUpperCaseInPlace
[       OK ] TestStringCase.TestToUpperCaseInPlace (0 ms)
[ RUN      ] TestStringCase.TestCapitalize
[       OK ] TestStringCase.TestCapitalize (0 ms)
[ RUN      ] TestStringCase.TestIequals
[       OK ] TestStringCase.TestIequals (0 ms)
[----------] 5 tests from TestStringCase (0 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 5 tests.
