SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Add a callback for unit tests that will be called on `Resolve<>()` #24

Closed SimonG96 closed 4 years ago

SimonG96 commented 4 years ago

Add a callback method (like UnitTestResolveCallback) to the IocContainer.

This method should be called on IocContainer.Resolve<>() and should only be used from unit tests.