상속: Autofac.Module
예제 #1
0
 protected TestContainer()
 {
     // Initialize the container
     Kernel = UnitTestBindings.CreateContainer();
 }
예제 #2
0
 public TestContainer() : this(UnitTestBindings.CreateContainer(autoMock : true))
 {
 }