#include <catch_test_case_tracker.h>
Definition at line 32 of file catch_test_case_tracker.h.
◆ ~ITracker()
Catch::TestCaseTracking::ITracker::~ITracker |
( |
| ) |
|
|
virtualdefault |
◆ addChild()
virtual void Catch::TestCaseTracking::ITracker::addChild |
( |
ITrackerPtr const & | child | ) |
|
|
pure virtual |
◆ close()
virtual void Catch::TestCaseTracking::ITracker::close |
( |
| ) |
|
|
pure virtual |
◆ fail()
virtual void Catch::TestCaseTracking::ITracker::fail |
( |
| ) |
|
|
pure virtual |
◆ findChild()
◆ hasChildren()
virtual bool Catch::TestCaseTracking::ITracker::hasChildren |
( |
| ) |
const |
|
pure virtual |
◆ isComplete()
virtual bool Catch::TestCaseTracking::ITracker::isComplete |
( |
| ) |
const |
|
pure virtual |
◆ isGeneratorTracker()
virtual bool Catch::TestCaseTracking::ITracker::isGeneratorTracker |
( |
| ) |
const |
|
pure virtual |
◆ isOpen()
virtual bool Catch::TestCaseTracking::ITracker::isOpen |
( |
| ) |
const |
|
pure virtual |
◆ isSectionTracker()
virtual bool Catch::TestCaseTracking::ITracker::isSectionTracker |
( |
| ) |
const |
|
pure virtual |
◆ isSuccessfullyCompleted()
virtual bool Catch::TestCaseTracking::ITracker::isSuccessfullyCompleted |
( |
| ) |
const |
|
pure virtual |
◆ markAsNeedingAnotherRun()
virtual void Catch::TestCaseTracking::ITracker::markAsNeedingAnotherRun |
( |
| ) |
|
|
pure virtual |
◆ nameAndLocation()
virtual NameAndLocation const & Catch::TestCaseTracking::ITracker::nameAndLocation |
( |
| ) |
const |
|
pure virtual |
◆ openChild()
virtual void Catch::TestCaseTracking::ITracker::openChild |
( |
| ) |
|
|
pure virtual |
◆ parent()
virtual ITracker & Catch::TestCaseTracking::ITracker::parent |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following files: