fitSharp
Configure Fixture
The Configure Fixture lets us issue commands to control different facilities of the Fit framework. The format of a configure command is:We can issue multiple commands with 'configure <facility>' in the first row and a command in each of the subsequent rows.

These are the facilties that we can configure.

ApplicationUnderTest

The commands are:Logging

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:Processor

The commands are:
Symbols

We can set, display and clear Symbol Values.

when input is
story test fixture
checkplain testconfigure symbols
save mysymbol 'value of System.String' myvalue
'get value' mysymbol
clear
'has value' mysymbol
configure symbols
save mysymbol value of System.String myvalue
get value
myvalue
mysymbol
clear
has value
False
mysymbol
configure symbols
save mysymbol 'value of System.String' myvalue
'get value' mysymbol
clear
'has value' mysymbol
then output is
configure symbols
save mysymbol value of System.String myvalue
get value
myvalue
mysymbol
clear
has value
False
mysymbol
Copyright © 2022 Syterra Software Inc. All rights reserved.