Exploring the world of software development, technology, data science, and life

Posts by Nicholas Watkins Brown:

Covering Code Coverage

Covering Code Coverage

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 […]