skiwi2 / TCG

A trading card game featuring a simple AI, initially designed for codereview.stackexchange.com Coding Challenge #2.
7 stars 1 forks source link

DeckTest and GraveyardTest need to extend PileTest in some way #66

Closed skiwi2 closed 10 years ago

skiwi2 commented 10 years ago

Currently the validation from PileTest is not being done inside DeckTest and GraveyardTest anymore, it should be done via some kind of inheritance.