( 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 |
|---|---|---|---|---|---|---|
| ( type_boolean ) | ( what_is_true_in_if_statement ) | → | - | - | - | - |
| ( type_enum ) | ( enum_int ) | → | - | - | - | - |
| ( enum_string ) | → | - | - | - | - | |
| ( type_info ) | ( type_object ) | → | - | - | - | - |
| ( type_name ) | → | - | - | - | - | |
| ( type_is_x ) | ( is_int ) | → | - | - | - | - |
| ( is_float ) | → | - | - | - | - | |
| ( is_string ) | → | - | - | - | - | |
| ( is_list ) | → | - | - | - | - | |
| ( type_nan ) | ( nan ) | → | - | - | - | - |
| ( type_null ) | ( null ) | → | - | - | - | - |
| ( type_tuple ) | ( tuple_unique_type ) | → | - | - | - | - |
| ( tuple_mixed_types ) | → | - | - | - | - | |
| ( tuple_named ) | → | - | - | - | - |