In VS2012, Visual Basic.NET, when creating unit tests, if I have a function that I have created that works, and is only used once in code, and I am never going to edit it again, should I still create a unit test for it?
↧