Ejemplo n.º 1
0
        public void should_return_service_executable_for_path_not_starting_with_double_quote()
        {
            var serviceExe = WindowsServiceUtil.GetServiceExecutable(@"C:\temp\service.exe -arg value");

            serviceExe.ShouldBe(@"C:\temp\service.exe");
        }