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,20 @@
#Testing Keeper of the Beasts (keyword:if..then).
#"{G}, {T}: Choose target opponent who controlled more creatures than you did as you activated this ability. Put a 2/2 green Beast creature token onto the battlefield."
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Keeper of the Beasts
manapool:{G}
[PLAYER2]
inplay:Grizzly Bears,Raging Goblin
life:20
[DO]
Keeper of the Beasts
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Keeper of the Beasts,*
manapool:{0}
[PLAYER2]
inplay:Grizzly Bears,Raging Goblin
[END]