Package interfaces

Examples of interfaces.CardHand


    }
  }
 
  @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);
   
  }
View Full Code Here


    _test__cardContainerIterator_transitions0_effect_state(cardContainerIterator);
   
  }
 
  private CardHand _init__handIterator_hand() {
    return new CardHand();
   
  }
View Full Code Here

TOP

Related Classes of interfaces.CardHand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.