Tuesday, July 3, 2007

Unit testing setters and getters for Java base types

This content has moved permanently to:

https://blog.jonm.dev/posts/unit-testing-setters-and-getters-for-java-base-types/


1 comments:

comment system said...

Nice to see this approach. There have been unlimited times we have been using getters and setters in our Java classes but never have I thought about implementing any unit cases for getter and setter. Would really want to use it in my next Unit case.