Skip to content

Injector is a simple dependency injection library. Instead of using a heavy IOC framework the simple class InstanceFactory can make instances of a given class. The only requirement is that the class implements an interface. For testing it is possible to call InstanceFactory.Replace to replace a given instancecreation

espenekvang/Injector

About

Injector is a simple dependency injection library. Instead of using a heavy IOC framework the simple class InstanceFactory can make instances of a given class. The only requirement is that the class implements an interface. For testing it is possible to call InstanceFactory.Replace to replace a given instancecreation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages