ipjohnson / SimpleFixture

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

Support non public constructors #25

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

While not usual there could be a case where you want to instantiate a class that has an internal, private, or protected constructor.

It would be nice to have a configuration flag that allows for non public constructors to be used.