Added 15 tests to secure the latest card code package for future changes.

This commit is contained in:
solo81@web.de
2011-09-11 16:07:33 +00:00
parent 2a0e6ac2d7
commit fc52b31326
17 changed files with 403 additions and 4 deletions
@@ -0,0 +1,30 @@
#Testing Melira's Keepers (keyword "countershroud")
#"Melira's Keepers can't have counters placed on it."
#EXAMPLE: Melira's Keepers shouldn't not die when blocking or being blocked by a creature with Infect.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Melira's Keepers
[PLAYER2]
inplay:Putrefax
[DO]
next
#combatbegins
next
#attackers
Melira's Keepers
next
#blockers
Putrefax
next
#combatdamage
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Melira's Keepers
manapool:{0}
[PLAYER2]
graveyard:Putrefax
[END]