Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 302 Bytes

File metadata and controls

9 lines (6 loc) · 302 Bytes

testutils

BeanTester

BeanTester is a small utility to verify correctness of java beans. It currently supports getters and setters.

It verifies that a value set via the setter only affects the associated property and that one gets the same value in return from the corresponding getter.