Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHumanTest.java44 father.setBankAccountOwner(father); in testNoChildren()
51 mother.setBankAccountOwner(father); in testNoChildren()
70 father.setBankAccountOwner(father); in testNoChildrenPretty()
77 mother.setBankAccountOwner(father); in testNoChildrenPretty()
99 father.setBankAccountOwner(father); in testChildren()
107 mother.setBankAccountOwner(father); in testChildren()
113 son.setBankAccountOwner(father); in testChildren()
121 daughter.setBankAccountOwner(father); in testChildren()
169 father.setBankAccountOwner(father); in testChildrenPretty()
177 mother.setBankAccountOwner(father); in testChildrenPretty()
[all …]
DHuman_WithArrayOfChildrenTest.java69 public void setBankAccountOwner(Human_WithArrayOfChildren bankAccountOwner) { in setBankAccountOwner() method in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
88 father.setBankAccountOwner(father); in createSon()
96 mother.setBankAccountOwner(father); in createSon()
102 son.setBankAccountOwner(father); in createSon()
110 daughter.setBankAccountOwner(father); in createSon()
DHuman.java61 public void setBankAccountOwner(Human bankAccountOwner) { in setBankAccountOwner() method in Human
DHuman3.java61 public void setBankAccountOwner(Human3 bankAccountOwner) { in setBankAccountOwner() method in Human3
DHuman2.java61 public void setBankAccountOwner(Human2 bankAccountOwner) { in setBankAccountOwner() method in Human2
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java50 father.setBankAccountOwner(father); in testNoChildren()
57 mother.setBankAccountOwner(father); in testNoChildren()
84 father.setBankAccountOwner(father); in testNoChildren2()
91 mother.setBankAccountOwner(father); in testNoChildren2()
114 father.setBankAccountOwner(father); in testChildren()
122 mother.setBankAccountOwner(father); in testChildren()
128 son.setBankAccountOwner(father); in testChildren()
136 daughter.setBankAccountOwner(father); in testChildren()
187 father.setBankAccountOwner(father); in testChildren2()
195 mother.setBankAccountOwner(father); in testChildren2()
[all …]
DAbstractHumanGen.java90 public void setBankAccountOwner(K bankAccountOwner) { in setBankAccountOwner() method in AbstractHumanGen