Tag: static class
Unit Testing a Static Class
I've been trying to find a way to unit test a static class. That is, a class that has no instances. The problem has been that at the end of one test the...

I've been trying to find a way to unit test a static class. That is, a class that has no instances. The problem has been that at the end of one test the...