}
private void _test__farskapSetFather_transitions1_effect_state_objectTests0_test(final Person it) {
Person _father = it.getFather();
assertEquals("father == null failed after anne.father = hallvard", null, _father);
Person _mother = it.getMother();
assertEquals("mother == null failed after anne.father = hallvard", null, _mother);
try {
this.testChildren(it, Collections.<Person>unmodifiableList(Lists.<Person>newArrayList(this.jens, this.anne)));
} catch (junit.framework.AssertionFailedError error) {