Exemplo n.º 1
0
        public override IWindowsService Create(ITestConfigurer configurer)
        {
            var app = new TestWindowsServiceApp(configurer.Configure);

            return(new TestWindowsServiceWrapper(app));
        }
Exemplo n.º 2
0
 public TestWindowsServiceWrapper(TestWindowsServiceApp app)
 {
     _app = app;
 }