iboB / dynamix

:fish_cake: A new take on polymorphism
MIT License
673 stars 45 forks source link

Improve define/declare mixin tests #89

Open iboB opened 4 months ago

iboB commented 4 months ago

Currently most of the tests of object manipulation from mixins created using DYNAMIX_DECLARE_MIXIN and DYNAMIX_DEFINE_MIXIN are in t-define_mixin.cpp (and some in t-msg.cpp). It's too dense and likely there are use cases which are missed. Split them in more files using a test library with mixins, rules, and the like.