New in fitSharp:
There are three ways to add cell operators so they will used to process cell contents.
- In a Suite Configuration File:
<suiteConfig> <Fit.Service> <AddOperator>My.Operator</AddOperator> </Fit.Service> </suiteConfig> - In a story test:
|configuration setup| |service| |add operator|My.Operator|
- In fixture code:
Processor.AddOperator("My.Operator")