Should a static class/method/property be used in a unit test development environment, given that there is no way to test it without introducing a wrapper that is again not t
Static methods CAN be unit tested. They can't be mocked (generally; there are some frameworks to do this like Moles.