Searched refs:getMother (Results 1 – 7 of 7) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/ |
D | HumanTest.java | 146 assertEquals("Mother", son2.getMother().getName()); in testChildren() 148 assertSame(father2.getPartner(), son2.getMother()); in testChildren() 149 assertSame(father2, son2.getMother().getPartner()); in testChildren() 219 assertEquals("Mother", son2.getMother().getName()); in testChildrenPretty() 221 assertSame(father2.getPartner(), son2.getMother()); in testChildrenPretty() 222 assertSame(father2, son2.getMother().getPartner()); in testChildrenPretty() 292 assertEquals("Mother", son2.getMother().getName()); in testChildren2() 294 assertSame(father2.getPartner(), son2.getMother()); in testChildren2() 295 assertSame(father2, son2.getMother().getPartner()); in testChildren2() 359 assertEquals("Mother", son2.getMother().getName()); in testChildren3() [all …]
|
D | Human_WithArrayOfChildrenTest.java | 49 public Human_WithArrayOfChildren getMother() { in getMother() method in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren 127 assertEquals("Mother", son.getMother().getName()); in checkSon() 129 assertSame(father2.getPartner(), son.getMother()); in checkSon() 130 assertSame(father2, son.getMother().getPartner()); in checkSon()
|
D | Human.java | 41 public Human getMother() { in getMother() method in Human
|
D | Human3.java | 41 public Human3 getMother() { in getMother() method in Human3
|
D | Human2.java | 41 public Human2 getMother() { in getMother() method in Human2
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/ |
D | HumanGenericsTest.java | 164 assertEquals("Mother", son2.getMother().getName()); in testChildren() 166 assertSame(father2.getPartner(), son2.getMother()); in testChildren() 167 assertSame(father2, son2.getMother().getPartner()); in testChildren() 237 assertEquals("Mother", son2.getMother().getName()); in testChildren2() 239 assertSame(father2.getPartner(), son2.getMother()); in testChildren2() 240 assertSame(father2, son2.getMother().getPartner()); in testChildren2() 306 assertEquals("Mother", son2.getMother().getName()); in testChildren3() 308 assertSame(father2.getPartner(), son2.getMother()); in testChildren3() 309 assertSame(father2, son2.getMother().getPartner()); in testChildren3() 347 assertEquals("Mother", firstChild.getMother().getName()); in testChildrenSetAsRoot() [all …]
|
D | AbstractHumanGen.java | 58 public K getMother() { in getMother() method in AbstractHumanGen
|