( type )
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 |
|---|---|---|---|---|---|---|
| ( builtin_types ) | ( literal_true ) | → | - | → | - | - |
| ( literal_false ) | → | - | → | - | - | |
| ( literal_null ) | → | - | - | - | - | |
| ( literal_int_allows_underscore ) | → | - | → | - | - | |
| ( literal_int_octal ) | → | - | → | - | - | |
| ( literal_int_hex ) | → | - | → | - | - | |
| ( type_int ) | → | - | - | - | - | |
| ( type_float ) | → | - | - | - | - | |
| ( type_bool ) | → | - | - | - | - | |
| ( literal_int ) | - | - | → | - | - | |
| ( literal_int_binary ) | - | - | → | - | - | |
| ( type_boolean ) | ( what_is_true_in_if_statement ) | → | - | - | - | - |
| ( type_enum ) | ( enum_int ) | → | - | - | - | - |
| ( enum_string ) | → | - | - | - | - | |
| ( type_info ) | ( determine_type_exact ) | → | - | → | - | - |
| ( determine_type_descendant ) | → | - | → | - | - | |
| ( get_type_name ) | → | - | → | - | - | |
| ( type_is_x ) | ( is_int ) | → | - | - | - | - |
| ( is_float ) | → | - | - | - | - | |
| ( is_string ) | → | - | - | - | - | |
| ( is_array ) | → | - | - | - | - | |
| ( type_nan ) | ( nan ) | → | - | - | - | - |
| ( type_null ) | ( null ) | → | - | - | - | - |
| ( type_tuple ) | ( tuple_unique_type ) | → | - | - | - | - |
| ( tuple_mixed_types ) | → | - | - | - | - | |
| ( tuple_named ) | → | - | - | - | - |