Ejemplo n.º 1
0
        public void GetCommandLineHelp_Returns_Help_Text()
        {
            var config = new ConfigWrapperWithHelpAttributes();

            var result = config.GetCommandLineHelp();

            Assert.IsNotNull(result);
        }
Ejemplo n.º 2
0
        public void GetCommandLineHelp_Returns_Help_Text()
        {
            var config = new ConfigWrapperWithHelpAttributes();

            var result = config.GetCommandLineHelp();

            Assert.IsNotNull(result);
        }