From: Eduardo Ramos Testillano Date: Fri, 27 Nov 2015 14:07:28 +0000 (+0100) Subject: Improv. help X-Git-Tag: REFACTORING_TESTING_LIBRARY~73 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=12d5e0dd1b68fa178d6eefc3db63837c833c0692 Improv. help --- diff --git a/example/diameter/launcher/Launcher.cpp b/example/diameter/launcher/Launcher.cpp index 9aa5425..b2ee171 100644 --- a/example/diameter/launcher/Launcher.cpp +++ b/example/diameter/launcher/Launcher.cpp @@ -1369,16 +1369,17 @@ std::string Launcher::help() const throw() { result += "\n test|report|[|[yes]|no]"; result += "\n"; result += "\n Enables/disables report generation for a certain test case state: initialized, in-progress,"; - result += "\n failed or success. This applies to report summary (former described operation) and automatic"; - result += "\n dumps during testing where only failed or success states will appear: every time a test case"; - result += "\n is finished its xml representation will be dump on a file under the execution directory (or"; - result += "\n the one configured in process command-line 'tmDir') with the name:"; + result += "\n failed or success (also 'all' and 'none' reserved words could be used). This applies to report"; + result += "\n summary (former described operation) and automatic dumps during testing where only failed or"; + result += "\n successful states will appear: every time a test case is finished its xml representation will"; + result += "\n be dump on a file under the execution directory (or the one configured in process command-line"; + result += "\n 'tmDir') with the name:"; result += "\n"; result += "\n 'cycle-.testcase-.xml'."; result += "\n"; result += "\n By default, all the states are disabled to avoid IO overload. In most of cases not all the"; - result += "\n tests are going to fail and you could enable only such failed dumps, but you can enable all"; - result += "\n the types if you want (use reserved word 'all' for this)."; + result += "\n tests are going to fail then you could enable only such failed dumps. Anyway you could set"; + result += "\n the reports visibility to fit your needs in a given situation."; result += "\n"; result += "\n test|report-hex[|[yes]|no] Reports could include the diameter messages in hexadecimal format. Disabled by default."; result += "\n";