Esempio n. 1
0
 public void TestSimpleInjector()
 {
     CommonContainerTestRunner.RunTests(() => new SimpleInjectorAnyContainer());
 }
Esempio n. 2
0
 public void TestDryIoc()
 {
     CommonContainerTestRunner.RunTests(() => new DryIocAnyContainer());
 }
Esempio n. 3
0
 public void TestUnity()
 {
     CommonContainerTestRunner.RunTests(() => new UnityAnyContainer());
 }