|
|
New Features
|
New in Smart-Runner:
- Visual Coverage: Now you can see coverage of tests and methods on the code itself!
- Smart-Runner can now run all and single test from the method pane
- Added context-specific keyboard shortcut (Alt-T,T)
- Added Re-run last test keyboard shortcut (Alt-T,L)
- Hitting "Esc" closes the Method and Test windows
- When navigating to a bug or failing test, Test window opens automatically
- When stopping debugging, output window shows the result of the test
Mocking APIs:
- New API: Isolate.Verify.GetTimesCalled returns the number of times a method was called
- Fake.NextInstance and Fake.AllInstance fake future objects based on implementing interface and abstract base classes
Other:
- Support OpenCover v4 linking
|
|
|
General fixes
|
- Smart-Runner now runs tests from partial test classes correctly
- Fixed issues causing System.VerificationException
- Fixed errors when running tests caused a missing Interceptors DLL message
- Fixed issue when Smart-Runner did not identify deployment items
- Fixed Smart-Runner debugging issues with generic methods
- Improved Smart-Runner and mocking performance
- Test list updated correctly when removing tests
- Smart-Runner Cancel stops immediately, not in the end of the run
- Allow multiple fakes on structs
- Invoke.Static.Constructor handles better with errors, generic types
|
|
|
|
Breaking changes
|
- Side-by-side works only from version 6.0.8 and up.
|