Statistics
| Branch: | Revision:

root / tests / check-qom-interface.c @ feature-archipelago

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
14389dbd 12/24/2013 06:27 pm Igor Mammedov

tests: Test QOM interface casting

Add basic regression testing for QOM Interface usage.
Test checks casting to interface type/class for following cases:
- interface implementation in leaf class
- interface implementation in intermediate (parent) class...