Пример #1
0
 public StatLightConfigurationFactory(ILogger logger, InputOptions options, WebServerLocation webServerLocation)
 {
     _logger                   = logger;
     _options                  = options;
     _webServerLocation        = webServerLocation;
     _xapHostFileLoaderFactory = new XapHostFileLoaderFactory(_logger);
 }
 protected override void Before_all_tests()
 {
     base.Before_all_tests();
     _xapHostFileLoaderFactory = new XapHostFileLoaderFactory(base.TestLogger);
 }
 public StatLightConfigurationFactory(ILogger logger, InputOptions options)
 {
     _logger  = logger;
     _options = options;
     _xapHostFileLoaderFactory = new XapHostFileLoaderFactory(_logger);
 }
 public StatLightConfigurationFactory(ILogger logger)
 {
     _logger = logger;
     _xapHostFileLoaderFactory = new XapHostFileLoaderFactory(_logger);
 }