( class_inheritance )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| 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 | - | - | - | - |