forked from External/mage
added test for NornsAnnex still in progress, dur to friends bug
This commit is contained in:
parent
5ebfacecb5
commit
0a293063cf
1 changed files with 27 additions and 0 deletions
|
|
@ -0,0 +1,27 @@
|
|||
package org.mage.test.cards.single;
|
||||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
/**
|
||||
* Created by glerman on 23/6/15.
|
||||
*/
|
||||
@Ignore
|
||||
public class NornsAnnexTest extends CardTestPlayerBase{
|
||||
@Test
|
||||
@Ignore
|
||||
public void testNornsAnnex() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Norn's Annex");
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Brindle Boar");
|
||||
attack(2, playerB, "Brindle Boar", playerA);
|
||||
setStopAt(2, PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue