public TestCloudFoundryEndpoint(ICloudFoundryOptions options, CloudFoundryManagementOptions mgmtOpts, ILogger <CloudFoundryEndpoint> logger = null)
     : base(options, mgmtOpts, logger)
 {
 }
        public void Constructor_InitializesWithDefaults()
        {
            var opts = new CloudFoundryManagementOptions();

            Assert.Equal("/cloudfoundryapplication", opts.Path);
        }