( xunit )
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 |
|---|---|---|---|---|---|---|
| ( xunit ) | ( assert_equals ) | → | → | → | - | - |
| ( assert_true ) | → | → | → | - | - | |
| ( assert_with_message_on_error ) | → | → | → | - | - | |
| ( skip_test ) | → | → | → | - | - | |
| ( handle_exception ) | → | → | → | - | - | |
| ( parametrized_test ) | → | → | → | - | - | |
| ( capture_stdout_and_stderr ) | → | - | - | - | - | |
| ( mark_as_todo ) | - | → | - | - | - |