Closed SimonG96 closed 5 years ago
Add a callback method (like UnitTestResolveCallback) to the IocContainer.
UnitTestResolveCallback
IocContainer
This method should be called on IocContainer.Resolve<>() and should only be used from unit tests.
IocContainer.Resolve<>()
Add a callback method (like
UnitTestResolveCallback
) to theIocContainer
.This method should be called on
IocContainer.Resolve<>()
and should only be used from unit tests.