Package org.hamcrest.beans


package org.hamcrest.beans
Matchers of Java Bean properties and their values.
  • Classes
    Class
    Description
    A matcher that checks if an object has a JavaBean property with the specified name.
    A matcher that checks if an object has a JavaBean property with the specified name and an expected value.
    Utility class with static methods for accessing properties on JavaBean objects.
    A matcher that checks if a given bean has the same property values as an example bean.