Release19
Features- Tests can be written in Plain Text Format.
- New Compute Fixture validates the results of a function with named parameters.
- Comment Fixture is used if the fixture name is blank or starts with a non-letter.
- New Configure Fixture captures and shows execution traces.
- The assembly fit.dll does not need to be specified in the Suite Configuration File or path. It will be loaded automatically if needed.
- Additional SQLServer data types are supported in DbFit.
- DbFit can query a SQL server stored procedure return code with a '?' column heading.
- DbFit supports SQL server cross-database queries.
- DbFit retrieves identities where triggers insert into other tables.
- Culture can be specified in the Suite Configuration File.
- DbFit supports SQL server multiple result sets.
- Slim protocol support upgraded to the latest version (0.3).
- New Show As Keyword to control display attributes in flow fixtures.
Bugs Fixed- DbFit execute procedure with expected exception works with output parameters.
- Namespaces with underscores are matched correctly.
- The -o switch for Folder Runner is recognized.
- DbFit Query fixture works in standalone mode.
- Whitespace is trimmed in Symbol Values names.
- DbFit Column names with underscores are handled correctly.
- Improved display of actual values with Cell Matching with arrays.
- Intermittent deadlock on App Domain unloading is resolved.