public MultipleInstallerTests() { log = new mock.LogService(false); version = new VersionService(log); plugins = new mock.MockPluginService(log, version); settings = new mock.MockSettingsService(); }
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); }
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); }
public MultipleInstallerTests() { log = new mock.LogService(false); plugins = new mock.MockPluginService(log); }