Home
last modified time | relevance | path

Searched defs:ExampleBean (Results 1 – 1 of 1) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DSamePropertyValuesAsTest.java64 public static class ExampleBean { class in SamePropertyValuesAsTest
69 public ExampleBean(String stringProperty, int intProperty, Value valueProperty) { in ExampleBean() method in SamePropertyValuesAsTest.ExampleBean