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");
115 public static class BeanWithInfo { class in HasPropertyWithValueTest
118 public BeanWithInfo(String propertyValue) { in BeanWithInfo() method in HasPropertyWithValueTest.BeanWithInfo
132 new PropertyDescriptor("property", BeanWithInfo.class, "property", null) in getPropertyDescriptors()