( list )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( functional ) | ( map_with_comprehension ) | → | - | - | - | - |
| ( map_with_lambda ) | → | - | - | - | - | |
| ( map_with_named_function ) | → | - | - | - | - | |
| ( list_convert ) | ( list_transpose ) | → | - | - | - | - |
| ( remove_duplicates_order_insensitive ) | → | - | - | - | - | |
| ( remove_duplicates_preserving_order ) | → | - | - | - | - | |
| ( convert_list_to_dict ) | → | - | - | - | - | |
| ( zip_lists ) | → | - | - | - | - | |
| ( list_init ) | ( init_empty_list ) | → | - | - | - | - |
| ( init_list ) | → | - | - | - | - | |
| ( init_list_allows_last_comma ) | → | - | - | - | - | |
| ( set_init ) | → | - | - | - | - | |
| ( sequence_1_to_n ) | → | - | - | - | - | |
| ( sequence_n_to_1 ) | → | - | - | - | - | |
| ( sequence_step_by_x ) | → | - | - | - | - | |
| ( sequence_a_to_z ) | → | - | - | - | - | |
| ( init_with_size ) | → | - | - | - | - | |
| ( list_search ) | ( list_contains ) | → | - | - | - | - |
| ( list_split ) | ( slice_from_m_to_n ) | → | - | - | - | - |
| ( slice_from_m_to_end ) | → | - | - | - | - | |
| ( flatten ) | → | - | - | - | - | |
| ( last_element ) | → | - | - | - | - | |
| ( first_element ) | → | - | - | - | - | |
| ( remove_nth_element ) | → | - | - | - | - | |
| ( replace_partial ) | → | - | - | - | - | |
| ( set_operations ) | ( union ) | → | - | - | - | - |
| ( intersection ) | → | - | - | - | - | |
| ( difference ) | → | - | - | - | - |