public void GetCommandLineHelp_Returns_Help_Text() { var config = new ConfigWrapperWithHelpAttributes(); var result = config.GetCommandLineHelp(); Assert.IsNotNull(result); }