Searched refs:getPartner (Results 1 - 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
H A DHumanGenericsTest.java66 assertEquals("Mother", father2.getPartner().getName());
101 assertEquals("Mother", father2.getPartner().getName());
166 assertSame(father2.getPartner(), son2.getMother());
167 assertSame(father2, son2.getMother().getPartner());
171 assertSame(father2.getPartner().getChildren(), children2);
239 assertSame(father2.getPartner(), son2.getMother());
240 assertSame(father2, son2.getMother().getPartner());
244 assertSame(father2.getPartner().getChildren(), children2);
308 assertSame(father2.getPartner(), son2.getMother());
309 assertSame(father2, son2.getMother().getPartner());
[all...]
H A DAbstractHumanGen.java78 public K getPartner() { method in class:AbstractHumanGen
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
H A DHumanTest.java60 assertEquals("Mother", father2.getPartner().getName());
89 assertEquals("Mother", father2.getPartner().getName());
148 assertSame(father2.getPartner(), son2.getMother());
149 assertSame(father2, son2.getMother().getPartner());
153 assertSame(father2.getPartner().getChildren(), children2);
221 assertSame(father2.getPartner(), son2.getMother());
222 assertSame(father2, son2.getMother().getPartner());
226 assertSame(father2.getPartner().getChildren(), children2);
294 assertSame(father2.getPartner(), son2.getMother());
295 assertSame(father2, son2.getMother().getPartner());
[all...]
H A DHuman.java49 public Human getPartner() { method in class:Human
H A DHuman2.java49 public Human2 getPartner() { method in class:Human2
H A DHuman3.java49 public Human3 getPartner() { method in class:Human3
H A DHuman_WithArrayOfChildrenTest.java57 public Human_WithArrayOfChildren getPartner() { method in class:Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
129 assertSame(father2.getPartner(), son.getMother());
130 assertSame(father2, son.getMother().getPartner());
134 Human_WithArrayOfChildren[] mothersChildren = father2.getPartner().getChildren();

Completed in 114 milliseconds