Commit b2f6dc9d authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: --testenv option addition in commandlinelauncher for testing purpose.

No related merge requests found
Showing with 384 additions and 361 deletions
+384 -361
This diff is collapsed.
......@@ -44,8 +44,8 @@ namespace Wrapper
* To be valid, the expression must be as follow:
* ModuleName (ModulePath) --attribut1_Key attribut1_Value --attribut2_Key
* attribut2_Value
* After the attribut key, if the user give several values (expression
* without \"--\" separated by space), it will automacally be
* After the attribute key, if the user give several values (expression
* without \"--\" separated by space), it will automatically be
* interpreted as a list.
*/
......@@ -107,6 +107,9 @@ public:
/** Create and display the help of the application */
void DisplayHelp();
/** Performs specific action for testing environment */
void LoadTestEnv();
protected:
/** Constructor */
CommandLineLauncher();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment