コード例 #1
0
        public IntegrationTests()
        {
            var serviceProvider = Setup.ConfigureDi.Services;

            fakeSawyerFactory = serviceProvider.GetRequiredService <FakeSawyerFactory>();
            sawyer            = fakeSawyerFactory.Create();
        }
コード例 #2
0
 public WriterIntegrationTests()
 {
     fakeSawyerFactory = Setup.ConfigureDi.Services.GetRequiredService <FakeSawyerFactory>();
 }
コード例 #3
0
        public StatusTests()
        {
            var serviceProvider = Setup.ConfigureDi.Services;

            fakeSawyerFactory = serviceProvider.GetRequiredService <FakeSawyerFactory>();
        }