- configure <facility> <command>
These are the facilties that we can configure.
ApplicationUnderTest
The commands are:
- addAssembly <assemblyName>
- addNamespace <namespaceName>
- removeNamespace <namespaceName>
The logging facility can capture an execution trace of the core fitSharp engine and display it. In its present form it is probably mostly useful to fitSharp framework developers only. We can issue these commands:
- start
- stop
- show
The commands are:
- addOperator <operatorClassName>
- removeOperator <operatorClassName>
Symbols
We can set, display and clear Symbol Values.
when input is⇓ | configure symbols save mysymbol 'value of System.String' myvalue 'get value' mysymbol clear 'has value' mysymbol | then output is |