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

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

private start_with_only_the_folder_name_with_an_IApplicationLoader ( ) : void
Результат void
        public void start_with_only_the_folder_name_with_an_IApplicationLoader()
        {
            var servicePath = ".".ToFullPath().ParentDirectory().ParentDirectory().ParentDirectory().AppendPath("ApplicationLoaderService");
            using (var runner = new RemoteServiceRunner(servicePath))
            {
                runner.WaitForMessage<LoaderStarted>().LoaderTypeName.ShouldContain("MyApplicationLoader");
            }
        }