public void SetUp()
        {
            _shell            = new ContinuousManagementFactory().WindowsServiceShell();
            _serviceInstaller = new ServiceInstaller();

            _nameGenerator = new NameGenerator();
        }
Ejemplo n.º 2
0
 public static IWindowsServiceShell WindowsServiceShell(this ContinuousManagementFactory factory)
 {
     return(new WindowsServiceShell());
 }
Ejemplo n.º 3
0
 public static IUserShell UserShell(this ContinuousManagementFactory factory)
 {
     return(new UserShell());
 }
Ejemplo n.º 4
0
 public static ILocalUserGroupShell LocalUserGroup(this ContinuousManagementFactory factory)
 {
     return(new LocalUserGroupShell());
 }