summaryrefslogtreecommitdiff
path: root/tests/unit/SpacedRepetitionModel/SRModel_showGrades_test.h
blob: c45a76038cbd9168c9d1515dbc07284936fc9639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "SRModel_test.h"
#include "../../../src/dictionary/Card.h"
#include "../../../src/study/StudySettings.h"
#include "../../mocks/RandomGenerator_mock.h"

class SRModel_showGrades_Test: public SRModelTest
{
protected:
    void SetUp();
    void setStudy(const StudyRecord& study);

protected:
    QString cardName;
};