Expose MSpec's [Subject] details in the tests window
MSpec uses a [Subject] attribute to nominate the unit-under-test and optionally allows a "concern" to be specified.
In R# these items appear in the test runner window as part of the test name, however in NCrunch there doesn't seem to be any way to get at this information, which is unfortunate.
There just seems to be a level of organization missing when working with MSpec tests. It would be really helpful to be able to group the tests either by the [Subject] attribute, or by the file name that the test is defined in.
3
votes
