Releases: Testura/Testura.Mutation
Releases · Testura/Testura.Mutation
Testura.Mutation 1.11.0 & Testura.Mutation.Console v1.8.3
Testura.Mutation
- Added a new button to save report
- Fixed null reference exception when saving statistics report
- Fixed embedded resource path
Testura.Mutation.Console
- Fixed null reference exception when saving statistics report
- Fixed embedded resource path
Testura.Mutation.Console 1.8.2
- Fixed problem with running xunit tests #60
Testura.Mutation.Console 1.8.1
- Fixed error handling in console application
Testura.Mutation 1.10.0
- Added statistic report.
- Added head and sub category to all mutations.
- Changed mutation that convert method call to empty statement to instead convert it to multiline comment.
- Fixed so we clear mutation explorer window when clearing solution.
- Fixed problem when memory appender sometimes is null.
- Fixed embedded resources when default namespace is different than assembly name.
Testura.Mutation.Console 1.8.0
- Added statistic report
- Added head and sub category to all mutations
- Changed mutation that convert method call to empty statement to instead convert it to multiline comment
Testura.Mutation.Console 1.7.1
- Fixed so we use root namespace (if it exist) instead of assembly name when creating
ResourceDescription
for embedded resources. #53
Testura.Mutation.Console 1.7.0
Testura.Mutation 1.9.0
- You can now run selected mutations by right clicking in the mutation explorer
- You can now refresh mutations in the mutation explorer
- It will now warn you if you try to run mutations in a file that you have modified
- Changed config to a dialog instead of a tool window
- Removed quick info (in the editor)
- Moved glyphs to the lower layer (in the editor)
- Fixed "show highlight" checkbox
- Fixed so we update highlights after clicking the "Show only surviving mutations" button
Testura.Mutation 1.8.0
- Improved the VS extension UI (to make it more like the test explorer window)
- You can now chose to only run mutations that survived (VS extension)
- You can now remove all killed mutations from the mutation explorer list.
- You can now open the mutation details window from the mutation explorer.
Testura.Mutation 1.7.0
- Fixed highlights when editing code
- Fixed problem with very long paths
- Added margin glyphs for mutation details (in VS extension)