Examples of ICardSet


Examples of ch.bfh.jass.interfaces.ICardSet

        this.player4 = new Player();
    }

    @Test
    public void testNineCards() {
        ICardSet cardset = new JassCardSet();
        Assert.assertEquals(cardset.getCards(9).size(), 9);
    }
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.