|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
In methods of this class you will find all the settings that apply to this script. More...
Inheritance diagram for IG::Lib::LoadableScriptBase::StoredScriptSettings:
Collaboration diagram for IG::Lib::LoadableScriptBase::StoredScriptSettings:Public Member Functions | |
| override void | TestMain (string[] args) |
| Runs tests from scripts according to hard-coded settings. Standard form of test applications for functionality based on IGLib. | |
| void | TestMain_Basic (string[] args) |
Protected Member Functions | |
| override CommandLineApplicationInterpreter | CreateInterpreter () |
| Creates and returns application's command-line interpreter. | |
In methods of this class you will find all the settings that apply to this script.
Before custom application script is archived, settings should be moved $A Igor Feb12;
| override CommandLineApplicationInterpreter IG::Lib::LoadableScriptBase::StoredScriptSettings::CreateInterpreter | ( | ) | [inline, protected, virtual] |
Creates and returns application's command-line interpreter.
Implements IG::Lib::ApplicationCommandlineBase.
| override void IG::Lib::LoadableScriptBase::StoredScriptSettings::TestMain | ( | string[] | args | ) | [inline, virtual] |
Runs tests from scripts according to hard-coded settings. Standard form of test applications for functionality based on IGLib.
| args | Command-line argumets passed when the application is run. |
Standard scheme for IGLib-based test applications has been adopted in December 2011.
$A Igor xx Nov09 Dec11;
Implements IG::Lib::ApplicationCommandlineBase.
| void IG::Lib::LoadableScriptBase::StoredScriptSettings::TestMain_Basic | ( | string[] | args | ) | [inline] |