Timeline for Is static universally "evil" for unit testing and if so why does Resharper recommend it?
Current License: CC BY-SA 2.5
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 21, 2010 at 17:24 | comment | added | MIA | No you cannot declare static on an interface. It would be meaningless. | |
| Sep 21, 2010 at 15:56 | comment | added | Vaccano | Can you declare a static method/object on an interface? (I do not think so). Ether way, I am referring to when your static method is called by the method under test. If the caller is in a different unit then the static method needs to be isolated. This is very hard to do with out one of the three tools listed above. | |
| Sep 21, 2010 at 5:45 | history | edited | MIA | CC BY-SA 2.5 | added 66 characters in body |
| Sep 21, 2010 at 3:38 | history | answered | MIA | CC BY-SA 2.5 |