HomeSort by relevance Sort by last modified time
    Searched refs:getPartner (Results 1 - 8 of 8) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
HumanGenericsTest.java 66 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...]
AbstractHumanGen.java 78 public K getPartner() {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
HumanTest.java 60 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...]
Human.java 49 public Human getPartner() {
Human2.java 49 public Human2 getPartner() {
Human3.java 49 public Human3 getPartner() {
Human_WithArrayOfChildrenTest.java 57 public Human_WithArrayOfChildren getPartner() {
129 assertSame(father2.getPartner(), son.getMother());
130 assertSame(father2, son.getMother().getPartner());
134 Human_WithArrayOfChildren[] mothersChildren = father2.getPartner().getChildren();
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 593 milliseconds