How do you unit test mixins in Dart?

Viewed 571

I can find no documentation on this. The only way I see is to test a class that has the mixin added, but this is not a sound way of testing.

0 Answers
Related