Redo generator interface
This commit is contained in:
parent
64a9c02315
commit
e46a70f829
13 changed files with 1284 additions and 2014 deletions
|
@ -54,7 +54,7 @@ namespace TestCaseTracking {
|
|||
|
||||
// Debug/ checking
|
||||
virtual bool isSectionTracker() const = 0;
|
||||
virtual bool isIndexTracker() const = 0;
|
||||
virtual bool isGeneratorTracker() const = 0;
|
||||
};
|
||||
|
||||
class TrackerContext {
|
||||
|
@ -120,7 +120,7 @@ namespace TestCaseTracking {
|
|||
void openChild() override;
|
||||
|
||||
bool isSectionTracker() const override;
|
||||
bool isIndexTracker() const override;
|
||||
bool isGeneratorTracker() const override;
|
||||
|
||||
void open();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue