refactor: move test name into test class
This commit is contained in:
parent
543b4b832a
commit
3c193fc47b
7 changed files with 17 additions and 14 deletions
|
@ -4,4 +4,5 @@ class ChapterTest {
|
|||
public:
|
||||
virtual ~ChapterTest() = default;
|
||||
virtual void run() = 0;
|
||||
virtual const char *name() const = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue