예제 #1
0
 public IISSiteTests()
 {
     log     = new Mock.Services.LogService();
     iis     = new Mock.Clients.MockIISClient();
     helper  = new IISSiteHelper(log, iis);
     plugins = new PluginService(log);
 }
예제 #2
0
 public IISSiteTests()
 {
     log             = new Mock.Services.LogService(false);
     iis             = new Mock.Clients.MockIISClient(log);
     helper          = new IISSiteHelper(log, iis);
     plugins         = new MockPluginService(log);
     userRoleService = new UserRoleService(iis);
 }