Package ch.bfh.jass.game

Examples of ch.bfh.jass.game.Player.evaluateWinnerStock()


        cards.add(herzBube);
        cards.add(kreuz10);

        Player hans = new Player();
        hans.addToWinnerStock(cards);
        hans.evaluateWinnerStock(rule);
       
        Assert.assertTrue(hans.getWinnerStock().isEmpty());
        Assert.assertTrue(hans.getPoints() == 41);

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.