/diegodrf.BuddyInjector

Buddy Injector is a simple and lightweight dependency injector to be used in your unit tests

Primary LanguageC#MIT LicenseMIT

diegodrf.BuddyInjector

CI

Buddy Injector intents to be as simple as possible. It does not intent to be a robust dependency injector, to be used in large scale, or as your main dependency container.

Buddy Injector was created to help your manual job when unit testing your class that depends on many injections.

Download

Examples

See a simple project example.