nspec / NSpec

A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
http://nspec.org/
MIT License
260 stars 57 forks source link

feat(bareCode): avoid blow up with exception in spec class c'tor #131

Closed BrainCrumbz closed 8 years ago

BrainCrumbz commented 8 years ago
  1. Don't blow up VS test runner when discovering specs that throw an exception in constructor (or field initialization)
  2. Highlight when an NSpecSpecs test looks for an example with duplicated name
BrainCrumbz commented 8 years ago

@amirrajan there was another part of test code that could blow the whole VS runner discovery: please have a look at this. If there are no objections, PR could be merged before next release