]> git.draconx.ca Git - gob-dx.git/commitdiff
Expand the interface implementation test cases.
authorNick Bowler <nbowler@draconx.ca>
Thu, 6 Feb 2020 05:05:59 +0000 (00:05 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:13:31 +0000 (21:13 -0500)
Test interface implementation for both dynamic and static types,
and test implementing the same interface in two classes, when one
class derives from another.

The cases where a dynamic class derives from another and both
implement the same interface are currently xfailing, as this
functionality is actually busted.


No differences found