コード例 #1
0
 public TestCloudFoundryEndpoint(ICloudFoundryOptions options, CloudFoundryManagementOptions mgmtOpts, ILogger <CloudFoundryEndpoint> logger = null)
     : base(options, mgmtOpts, logger)
 {
 }
コード例 #2
0
        public void Constructor_InitializesWithDefaults()
        {
            var opts = new CloudFoundryManagementOptions();

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