mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
minor fix (method name + comment)
This commit is contained in:
parent
59a72e974a
commit
9aa578761f
1 changed files with 5 additions and 1 deletions
|
|
@ -26,8 +26,12 @@ public class MassAppealTest extends CardTestPlayerBase {
|
||||||
assertHandCount(playerB, 0);
|
assertHandCount(playerB, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests that cards will be drawn only for controller's permanents
|
||||||
|
* Tests Human creatures with several subtypes (subtype comparison scope)
|
||||||
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testNoDrawCards() {
|
public void testDrawingCards() {
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Island", 3);
|
addCard(Constants.Zone.BATTLEFIELD, playerA, "Island", 3);
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Ana Disciple", 2);
|
addCard(Constants.Zone.BATTLEFIELD, playerA, "Ana Disciple", 2);
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Alabaster Mage", 3);
|
addCard(Constants.Zone.BATTLEFIELD, playerA, "Alabaster Mage", 3);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue