mage/Mage.Tests/src/test
Thomas Hess 2e08c1a9c4
Test for NULL values in test_CreateRandomDeck().
Sometimes, building a random deck fails and returns NULL.
Properly handle this case by adding some assert statements that
verify that a Deck instance is actually returned, before checking the cards.
Prevents NPEs during test runs.
2020-03-24 17:32:06 +01:00
..
java/org/mage/test Test for NULL values in test_CreateRandomDeck(). 2020-03-24 17:32:06 +01:00
resources Cleanup code (added logs rotation to tests) 2020-01-28 12:02:56 +04:00