VBA-tools / vba-test

Add testing and TDD to VBA on Windows and Mac
MIT License
202 stars 46 forks source link

TestFixture() class as part of block? #28

Open connerk opened 6 years ago

connerk commented 6 years ago

Class events in VBA is kind of a pain

The only way it seems to execute the before, after, and Result events of the TestSuite seems to be through the TestFixture() described in the README, and used in many other VBA-Tools implementations.

Why isn't TestFixture() distributed in ./src/?