Ejemplo n.º 1
0
 public MultipleInstallerTests()
 {
     log      = new mock.LogService(false);
     version  = new VersionService(log);
     plugins  = new mock.MockPluginService(log, version);
     settings = new mock.MockSettingsService();
 }
Ejemplo n.º 2
0
 public IISSitesTests()
 {
     log             = new mock.LogService(false);
     iis             = new Mock.Clients.MockIISClient(log);
     helper          = new IISHelper(log, iis);
     plugins         = new mock.MockPluginService(log);
     userRoleService = new UserRoleService(iis);
 }
Ejemplo n.º 3
0
        public IISSitesTests()
        {
            log = new mock.LogService(false);
            iis = new Mock.Clients.MockIISClient(log);
            var settings = new mock.MockSettingsService();
            var proxy    = new mock.ProxyService();

            domainParse     = new DomainParseService(log, proxy, settings);
            helper          = new IISHelper(log, iis, domainParse);
            plugins         = new mock.MockPluginService(log);
            userRoleService = new UserRoleService(iis);
        }
Ejemplo n.º 4
0
 public MultipleInstallerTests()
 {
     log     = new mock.LogService(false);
     plugins = new mock.MockPluginService(log);
 }