( dictionary )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( dict_elem_access ) | ( get_value_by_key ) | → | → | - | - | - |
| ( dict_key_not_found ) | → | → | - | - | - | |
| ( dict_key_exists ) | → | → | - | - | - | |
| ( dict_value_exists ) | → | - | - | - | - | |
| ( get_keys ) | → | - | - | - | - | |
| ( get_values ) | → | - | - | - | - | |
| ( get_key_value_tuple ) | → | - | - | - | - | |
| ( set_default_value_and_get ) | → | - | - | - | - | |
| ( get_value_or_default_value ) | → | - | - | - | - | |
| ( dict_reverse_lookup ) | → | - | - | - | - | |
| ( composite_key ) | → | - | - | - | - | |
| ( dict_elem_ops ) | ( sort_by_value ) | → | - | - | - | - |
| ( sort_by_key ) | → | - | - | - | - | |
| ( dict_comprehension ) | → | - | - | - | - | |
| ( dict_merge_into_new_dict ) | → | - | - | - | - | |
| ( dict_merge_in_place ) | → | - | - | - | - | |
| ( dict_clear ) | → | - | - | - | - | |
| ( dict_size ) | → | - | - | - | - | |
| ( remove_elem_by_key ) | → | - | - | - | - | |
| ( ordered_dict ) | → | - | - | - | - | |
| ( dict_for_aggregation ) | ( sum_group_by_key ) | → | - | - | - | - |
| ( list_group_by_key ) | → | - | - | - | - | |
| ( dict_to_matrix ) | → | - | - | - | - | |
| ( dict_init ) | ( init_empty_dict ) | → | → | - | - | - |
| ( init_dict ) | → | → | - | - | - | |
| ( set_dict_elem ) | → | → | - | - | - | |
| ( dict_loop ) | ( dict_loop_by_key ) | → | → | - | - | - |
| ( dict_loop_by_key_value_pair ) | → | → | - | - | - |