diff options
Diffstat (limited to 'tests/mocks/Dictionary_mock.cpp')
-rw-r--r-- | tests/mocks/Dictionary_mock.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mocks/Dictionary_mock.cpp b/tests/mocks/Dictionary_mock.cpp new file mode 100644 index 0000000..905a2f2 --- /dev/null +++ b/tests/mocks/Dictionary_mock.cpp @@ -0,0 +1,6 @@ +#include "Dictionary_mock.h" + +void MockDictionary::addCardPack(CardPack* aCardPack) +{ + m_cardPacks << aCardPack; +} |