Inheritance: Autofac.Module
コード例 #1
0
 protected TestContainer()
 {
     // Initialize the container
     Kernel = UnitTestBindings.CreateContainer();
 }
コード例 #2
0
 public TestContainer() : this(UnitTestBindings.CreateContainer(autoMock : true))
 {
 }