How do i test an array of java beans contains the specified property and the specified valued and that the specified value for the specified property is unique .
use Junit or Jmock to assert that an array of java beans has unique property values
302 Views Asked by Jigar Jigar At
2
This is highly specific functionality, so you'll need to write a custom Hamcrest
Matcher
to do it. You can then use this matcher using standard JUnit: