See
https://github.com/matthewsteeples/testattributes for a repro
If you run the DerivedTestMethod1 test, the following methods _should_ be executed
* ClassInit.AssemblyInitialize
* ClassInit.ClassInitMethod
* DerivedClassInit.ClassInitMethod2
* DerivedClassInit.DerivedTestMethod1
The 2nd bullet point does not get executed by NCrunch, but does by MSTest