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