Tagged Questions
8
votes
8answers
6k views
Mocking Static Blocks in Java
My motto for Java is "just because Java has static blocks, it doesn't mean that you should be using them." Jokes aside, there are a lot of tricks in Java that make testing a nightmare. Two of the most ...