Home
last modified time | relevance | path

Searched refs:beanWithInfo (Results 1 – 1 of 1) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DHasPropertyWithValueTest.java29 private final BeanWithInfo beanWithInfo = new BeanWithInfo("with info"); field in HasPropertyWithValueTest
43 assertMatches("with bean info", hasProperty("property", equalTo("with info")), beanWithInfo); in testMatchesBeanWithInfoWithMatchedNamedProperty()
45 hasProperty("property", equalTo("without info")), beanWithInfo); in testMatchesBeanWithInfoWithMatchedNamedProperty()
63 assertMatches("property with value", hasProperty( "property", anything()), beanWithInfo); in testMatchesPropertyAndValue()
68 hasProperty( "property", anything()).describeMismatch(beanWithInfo, description); in testDoesNotWriteMismatchIfPropertyMatches()