Value Analysis defaults for TeamFoundation unit testing
I guess it is too late for 3.0, but maybe for the next release.
Can you add the TeamFoundation method signature to the default installation values for the Value Analysis options?
Microsoft.VisualStudio.TestTools.UnitTesting.Assert.*
Thanks,
Rob Cannon
Please sign in to leave a comment.
I still don't understand what "value analysis" means. I suppose you do. Can
you explain it?
Hello,
Robs means null reference analysis (NRE), a new kind of analysis introduced
in ReSharper. Its goal is to find places where an unexpected NullReferenceException
might occur. NRE uses configurable set of assertion methods to see where
user explicitly aeerts null values. What Rob says is that he want us to add
Team System unit testing assertion methods to the default list.
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Can you add the TeamFoundation method signature to the default
>> installation values for the Value Analysis options?
>>
Hello Rob,
Can you file a request for this in our bugtracker (www.jetbrains.net/jira)?
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"