配列
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Feature | Example | Python pytest |
PHP PHPUnit |
Swift Testing |
Csharp xunit |
Bash bats |
Powershell pester |
C++ GoogleTest |
JavaScript Jest |
Kotlin jUnit |
|---|---|---|---|---|---|---|---|---|---|---|
| ( aggregate ) | ( array_max ) | → | - | - | - | - | - | - | - | - |
| ( array_max_value_by_key ) | → | - | - | - | - | - | - | - | - | |
| ( array_max_item_by_key ) | → | - | - | - | - | - | - | - | - | |
| ( array_min ) | → | - | - | - | - | - | - | - | - | |
| ( array_sum ) | → | - | - | - | - | - | - | - | - | |
| ( array_average ) | → | - | - | - | - | - | - | - | - | |
| ( array_init ) | ( init_empty_array ) | → | - | → | - | → | - | → | - | → |
| ( init_empty_set ) | → | - | → | - | - | - | → | - | → | |
| ( init_array ) | → | → | → | - | → | - | → | - | → | |
| ( init_tuple ) | → | - | → | - | - | - | - | - | - | |
| ( is_tuple_allows_size_1 ) | → | - | → | - | - | - | - | - | - | |
| ( init_array_ignores_last_separator ) | → | → | - | - | → | - | - | - | - | |
| ( init_set ) | → | - | - | - | - | - | - | - | - | |
| ( sequence_1_to_n ) | → | → | - | - | → | - | - | - | → | |
| ( sequence_n_to_1 ) | → | → | - | - | → | - | - | - | - | |
| ( sequence_step_by_x ) | → | → | - | - | → | - | - | - | - | |
| ( sequence_a_to_z ) | → | → | - | - | → | - | - | - | - | |
| ( init_array_with_size ) | → | → | - | - | → | - | - | - | - | |
| ( immutable_array ) | → | - | - | - | - | - | - | - | - | |
| ( immutable_set ) | → | - | - | - | - | - | - | - | - | |
| ( named_tuple ) | → | - | → | - | - | - | - | - | - | |
| ( set_to_array ) | → | - | - | - | - | - | → | - | - | |
| ( init_emptyray ) | - | → | - | - | - | - | - | - | - | |
| ( sequence_ato_z ) | - | - | - | - | - | - | - | - | → | |
| ( test_immutable_array ) | - | - | - | - | - | - | - | - | → | |
| ( test_immutable_set ) | - | - | - | - | - | - | - | - | → | |
| ( array_loop ) | ( array_foreach ) | → | → | - | - | - | - | → | - | - |
| ( array_foreach_with_index ) | → | → | - | - | - | - | - | - | - | |
| ( array_for_c_style ) | → | → | - | - | - | - | - | - | - | |
| ( array_for_in ) | → | → | - | - | - | - | - | - | - | |
| ( loop_multiple_items_together ) | → | → | - | - | - | - | - | - | - | |
| ( get_chunks_by_n_count ) | → | → | - | - | - | - | - | - | - | |
| ( array_ops ) | ( push_item ) | → | → | → | - | → | - | - | - | - |
| ( concat ) | → | → | - | - | → | - | - | - | - | |
| ( concat_in_place ) | → | → | - | - | → | - | - | - | - | |
| ( plus_equal_extends_items ) | → | → | - | - | → | - | - | - | - | |
| ( pop_item ) | → | → | - | - | → | - | - | - | - | |
| ( clear_without_reassigning ) | → | → | - | - | - | - | - | - | - | |
| ( clear_by_reassign ) | → | → | - | - | - | - | - | - | - | |
| ( array_size ) | → | → | - | - | → | - | - | - | - | |
| ( insert_item_by_position ) | → | → | - | - | → | - | - | - | - | |
| ( unshift_item ) | → | → | - | - | → | - | - | - | - | |
| ( shift_item ) | → | → | - | - | → | - | - | - | - | |
| ( deep_copy ) | → | → | - | - | - | - | - | - | - | |
| ( array_search ) | ( array_contains ) | → | → | - | - | - | - | - | - | - |
| ( array_indexof ) | → | - | - | - | - | - | - | - | - | |
| ( array_indexof_when_not_found ) | → | - | - | - | - | - | - | - | - | |
| ( array_slice ) | ( get_first_element ) | → | - | - | - | → | - | - | - | - |
| ( get_nth_element ) | → | - | - | - | → | - | - | - | - | |
| ( get_last_element ) | → | - | - | - | → | - | - | - | - | |
| ( slice_from_m_to_n ) | → | - | - | - | → | - | → | → | - | |
| ( slice_from_m_to_end ) | → | → | - | - | → | - | → | → | - | |
| ( slice_from_m_with_length ) | → | - | - | - | → | - | - | → | - | |
| ( take_first_n ) | → | - | - | - | - | - | - | - | - | |
| ( take_last_n ) | → | - | - | - | - | - | - | - | - | |
| ( drop_first_n ) | → | - | - | - | - | - | - | - | - | |
| ( drop_last_n ) | → | - | - | - | - | - | - | - | - | |
| ( remove_nth_element ) | → | - | - | - | → | - | - | - | - | |
| ( remove_range ) | → | - | - | - | - | - | - | - | - | |
| ( replace_range ) | → | - | - | - | - | - | - | - | - | |
| ( first_element ) | - | - | - | - | - | - | - | → | - | |
| ( last_element ) | - | - | - | - | - | - | - | → | - | |
| ( array_transform ) | ( transpose ) | → | - | - | - | - | - | - | - | - |
| ( remove_duplicates_order_insensitive ) | → | - | - | - | - | - | - | - | - | |
| ( remove_duplicates_preserving_order ) | → | - | - | - | - | - | - | - | - | |
| ( convert_array_to_dict ) | → | - | - | - | - | - | - | - | - | |
| ( zip_arrays ) | → | - | - | - | - | - | - | - | - | |
| ( flatten ) | → | - | - | - | - | - | - | - | - | |
| ( functional ) | ( map_with_comprehension ) | → | - | - | - | - | - | - | - | - |
| ( map_with_lambda ) | → | - | - | → | - | - | - | - | - | |
| ( map_with_named_function ) | → | - | - | → | - | - | - | - | - | |
| ( filter_with_comprehension ) | → | - | - | - | - | - | - | - | - | |
| ( filter_with_lambda ) | → | - | - | → | - | - | - | - | - | |
| ( filter_with_named_function ) | → | - | - | → | - | - | - | - | - | |
| ( example_exclude_empty_elements ) | → | - | - | → | - | - | - | - | - | |
| ( example_trim_trailing_empty_elements ) | → | - | - | → | - | - | - | - | - | |
| ( example_quote_and_join ) | → | - | - | → | - | - | - | - | - | |
| ( all_satisfy ) | - | - | - | → | - | - | - | - | - | |
| ( all_satisfy_when_empty ) | - | - | - | → | - | - | - | - | - | |
| ( any_satisfy ) | - | - | - | → | - | - | - | - | - | |
| ( any_satisfy_when_empty ) | - | - | - | → | - | - | - | - | - | |
| ( set_operation ) | ( union ) | → | - | - | - | - | - | → | - | - |
| ( union_destructive ) | → | - | - | - | - | - | - | - | - | |
| ( intersection ) | → | - | - | - | - | - | → | - | - | |
| ( difference ) | → | - | - | - | - | - | → | - | - | |
| ( add ) | → | - | - | - | - | - | → | - | - | |
| ( is_subset ) | → | - | - | - | - | - | → | - | - | |
| ( sort ) | ( sorted ) | → | - | - | - | - | - | - | - | - |
| ( sort_in_place ) | → | - | - | - | - | - | - | - | - | |
| ( sort_reversed ) | → | - | - | - | - | - | - | - | - | |
| ( reversed ) | → | - | - | - | - | - | - | - | - | |
| ( sorted_by_col_index ) | → | - | - | - | - | - | - | - | - | |
| ( sorted_by_dict_key ) | → | - | - | - | - | - | - | - | - | |
| ( sorted_by_class_member ) | → | - | - | - | - | - | - | - | - | |
| ( sorted_by_multiple_keys ) | → | - | - | - | - | - | - | - | - | |
| ( sort_by_custom_func ) | → | - | - | - | - | - | - | - | - | |
| ( sort_func_helper ) | → | - | - | - | - | - | - | - | - | |
| ( sort_with_natural_order ) | → | - | - | - | - | - | - | - | - | |
| ( shuffle ) | → | - | - | - | - | - | - | - | - | |
| ( example_insert_into_sorted_array ) | → | - | - | - | - | - | - | - | - |