Print subtests 2, 3 and 4
This commit is contained in:
parent
e2237110cf
commit
49b52f1dbc
21 changed files with 223 additions and 201 deletions
|
@ -51,3 +51,8 @@ void PluralModel::write(ESGRAF48::PluralModel &model) const
|
|||
model.set_baer(testItems[7].isChecked());
|
||||
model.set_apfel(testItems[8].isChecked());
|
||||
}
|
||||
|
||||
std::string PluralModel::getName() const
|
||||
{
|
||||
return "Subtest 5: Plural";
|
||||
}
|
||||
|
|
|
@ -15,4 +15,7 @@ public:
|
|||
|
||||
void read(const ESGRAF48::PluralModel &model);
|
||||
void write(ESGRAF48::PluralModel &model) const;
|
||||
|
||||
protected:
|
||||
std::string getName() const override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue