コード例 #1
0
        public void GetCommandLineHelp_Returns_Help_Text()
        {
            var config = new ConfigWrapperWithHelpAttributes();

            var result = config.GetCommandLineHelp();

            Assert.IsNotNull(result);
        }
コード例 #2
0
        public void GetCommandLineHelp_Returns_Help_Text()
        {
            var config = new ConfigWrapperWithHelpAttributes();

            var result = config.GetCommandLineHelp();

            Assert.IsNotNull(result);
        }