Today I was writing some unit tests which give lots of code in single file, something I do not usually do. But with this large code file I'ld like to see the tests that I added. Most code editors feature a form of collapsing code down to only the method names.
With unit testing you usually give the test method a name that indicates what you are testing. I think it could be useful if the text compare could also collapse down to method names to give a nice overview of the methods added.
This would not only be beneficial to test code, but could generally be useful.
With unit testing you usually give the test method a name that indicates what you are testing. I think it could be useful if the text compare could also collapse down to method names to give a nice overview of the methods added.
This would not only be beneficial to test code, but could generally be useful.
Comment