コード例 #1
0
        public void CheckHostname(string region, string hostname)
        {
            var hn = Config.GetHostName("core", region);

            Assert.Equal(hostname, hn);
        }