Smoketest – Interfaces vs Inheritance
[Estimated Reading Time: 4 minutes] A couple of commenters on my previous post have taken issue with my use of interfaces to form contracts between test cases and the test framework, rather than using simple virtual methods and inheritance as found in DUnit. I thought it would be interesting to illustrate why I went down this route.