Closed SimonG96 closed 4 years ago
Test if the NoMatchingConstructorFoundException is working as intended when the first constructor that is found is not matchting but another matching one is found.
NoMatchingConstructorFoundException
https://github.com/SimonG96/LightweightIocContainer/blob/4620dfca85bfd55c85cb8e85550287bb3e9e242b/LightweightIocContainer/IocContainer.cs#L501
Test if the
NoMatchingConstructorFoundException
is working as intended when the first constructor that is found is not matchting but another matching one is found.https://github.com/SimonG96/LightweightIocContainer/blob/4620dfca85bfd55c85cb8e85550287bb3e9e242b/LightweightIocContainer/IocContainer.cs#L501