What happens when you run a code coverage tool against your test suite and you see some trivial methods, such as getters and setters in java, are not being covered? The novice developer will probably add a simple test to make sure the getters and setters do get and set […]