Bottles.Services.Tests.Remote.BigRemoteServicesIntegrationTester.start_with_only_the_folder_name_with_an_IBottleService C# (CSharp) Метод

start_with_only_the_folder_name_with_an_IBottleService() приватный Метод

private start_with_only_the_folder_name_with_an_IBottleService ( ) : void
Результат void
        public void start_with_only_the_folder_name_with_an_IBottleService()
        {
            var servicePath = ".".ToFullPath().ParentDirectory().ParentDirectory().ParentDirectory().AppendPath("SampleService");
            using (var runner = new RemoteServiceRunner(servicePath))
            {
                runner.WaitForServiceToStart<SampleService.SampleService>();
                runner.Started.Any().ShouldBeTrue();
            }
        }