visual studio - Find good "targets" for unit tests in c# -
for big project working on, going write unit tests.
the problem right need kind of aid determine methods should preferred on others, when comes unit tests.
is there way in visual studio (or other trick) find interfaces/methods used more others? find methods should targeted via unit tests?
edit: sorry think see mean now.
if right click on method in visual studio , select "find references" can see how many times call method.
Comments
Post a Comment