Home
last modified time | relevance | path

Searched refs:getMother (Results 1 – 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHumanTest.java146 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 …]
DHuman_WithArrayOfChildrenTest.java49 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()
DHuman.java41 public Human getMother() { in getMother() method in Human
DHuman3.java41 public Human3 getMother() { in getMother() method in Human3
DHuman2.java41 public Human2 getMother() { in getMother() method in Human2
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java164 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 …]
DAbstractHumanGen.java58 public K getMother() { in getMother() method in AbstractHumanGen