( string_join )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( string_concat ) | s1 + s2 | - | - | - | - |
| ( string_append ) | → | - | - | - | - |
| ( string_join_with_separator ) | s.join(items) | - | - | - | - |
| ( string_builder ) | → | - | - | - | - |
| ( string_repeat ) | → | - | - | - | - |