- The names of some elements in the Suite Configuration File have been changed as part of a general clean up of namespace and class names. The existing FitNesse.NET elements are accepted as aliases for the new element names.
- Graceful Names handling uses the FitNesse algorithm for all fixtures, even FitLibrary fixtures. i.e., all special characters are removed. The Suite Configuration File can enable the FitLibrary algorithm where special characters are replaced with words.
<suiteConfig> <Settings> <Behavior>fitlibrary1</Behavior> </Settings> </suiteConfig> - Cell handlers have been replaced with a new construct: Cell Operators. All the existing cell handlers have been converted into cell operators. More documentation to come on this. Cell Handler Loader Fixture still recognizes the old cell handler names and translates them into the equivalent cell operator names.
- Flow fixture keywords have been moved to a separate class so if you are calling them from fixture code, use, e.g.
new fit.Fixtures.FlowKeywords(this).Check(cells);