}
}
@JExercise(description = "Tests \n\t\tthe following sequence:\n\t\t<ul>\n\t\t<li>hand.addCard(s1), hand.addCard(c2)</li>\n\t\t</ul>\n")
public void testHandIterator() {
CardHand hand = _init__handIterator_hand();
_transition_exprAction__handIterator_transitions0_actions0(hand);
_transition_exprAction__handIterator_transitions0_actions1(hand);
_test__handIterator_transitions0_effect_state(hand);
}