ipjohnson / SimpleFixture

Testing fixture for .Net
MIT License
11 stars 2 forks source link

Abstract class exception #24

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

Ran into a bug where SimpleFixture attempted to construct an abstract class.

ComplexConvention.cs needs to be updated to only check for interface as well as abstract class