OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedBean
(Results
1 - 3
of
3
) sorted by null
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
SamePropertyValuesAsTest.java
11
private static final ExampleBean
expectedBean
= new ExampleBean("same", 1, aValue);
17
return samePropertyValuesAs(
expectedBean
);
21
assertMatches("matched properties", samePropertyValuesAs(
expectedBean
), actualBean);
31
samePropertyValuesAs(
expectedBean
), new ExampleBean("different", 1, aValue));
33
samePropertyValuesAs(
expectedBean
), new ExampleBean("same", 2, aValue));
35
samePropertyValuesAs(
expectedBean
), new ExampleBean("same", 1, new Value("other")));
40
samePropertyValuesAs(
expectedBean
), new SubBeanWithNoExtraProperties("same", 1, aValue));
45
samePropertyValuesAs(
expectedBean
), new SubBeanWithExtraProperty("same", 1, aValue));
49
assertDescription("same property values as ExampleBean [int: <1>, string: \"same\", value: <Value expected>]", samePropertyValuesAs(
expectedBean
));
/prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar
Completed in 1573 milliseconds