( class_inheritance )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( class_inheritance ) | → | - | - | - | - |
| ( method_override ) | just define same method name | - | - | - | - |
| ( call_parent_method ) | super().method01() | - | - | - | - |
| ( call_parent_constructor ) | super().__init__() | - | - | - | - |
| ( abstract_method ) | use abstractmethod | - | - | - | - |
| ( multiple_inheritance_supported ) | Yes | - | - | - | - |