#include "gtest/gtest.h"
#include <libcockatrice/deck_list/deck_list.h>
Go to the source code of this file.
|
| using | CardRows = QVector<std::pair<std::string, int>> |
|
| void | testEmpty (const QString &clipboard) |
| void | testHash (const QString &clipboard, const std::string &hash) |
| void | testDeck (const QString &clipboard, const Result &result) |
◆ CardRows
| using CardRows = QVector<std::pair<std::string, int>> |
◆ testDeck()
| void testDeck |
( |
const QString & | clipboard, |
|
|
const Result & | result ) |
◆ testEmpty()
| void testEmpty |
( |
const QString & | clipboard | ) |
|
◆ testHash()
| void testHash |
( |
const QString & | clipboard, |
|
|
const std::string & | hash ) |