fitSharp
Clear Symbols Fixture
Obsolete: Use Configure Fixture - configure symbols clear

The ClearSymbols fixture erases all Symbol Values.

when input is
story test fixture
checkplain test'sample domain'

set name Bob
check name >>mysymbol
check name <<mysymbol

'clear symbols'

set name null
check name <<mysymbol
sample domain

set name Bob
check name >>mysymbol Bob
check name <<mysymbol Bob

clear symbols

set name null
check name <<mysymbol null
'sample domain'

set name Bob
check name >>mysymbol
check name <<mysymbol

'clear symbols'

set name null
check name <<mysymbol
then output is
sample domain

set name Bob
check name >>mysymbol Bob
check name <<mysymbol Bob

clear symbols

set name null
check name <<mysymbol null
Copyright © 2022 Syterra Software Inc. All rights reserved.