ipjohnson / SimpleFixture

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

Add ExportAllByInterface method #11

Closed ipjohnson closed 8 years ago

ipjohnson commented 8 years ago

It would be useful to register all implementations in a given assembly by interface. While not useful in normal unit testing this can be useful in doing integration tests when you want to use real implementations

ipjohnson commented 8 years ago

This has been released as part of 1.4.5