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

Test NoMatchingConstructorFoundException if the first ctor found is not matching #35

Closed SimonG96 closed 4 years ago

SimonG96 commented 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.

https://github.com/SimonG96/LightweightIocContainer/blob/4620dfca85bfd55c85cb8e85550287bb3e9e242b/LightweightIocContainer/IocContainer.cs#L501