mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-22 20:58:47 +00:00
Redo generator interface
This commit is contained in:
parent
64a9c02315
commit
e46a70f829
13 changed files with 1284 additions and 2014 deletions
|
@ -121,7 +121,7 @@ namespace TestCaseTracking {
|
|||
}
|
||||
|
||||
bool TrackerBase::isSectionTracker() const { return false; }
|
||||
bool TrackerBase::isIndexTracker() const { return false; }
|
||||
bool TrackerBase::isGeneratorTracker() const { return false; }
|
||||
|
||||
void TrackerBase::open() {
|
||||
m_runState = Executing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue