|
|
| GeneratorTracker (TestCaseTracking::NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent) |
| |
|
bool | isGeneratorTracker () const override |
| |
| auto | hasGenerator () const -> bool override |
| |
|
void | close () override |
| |
| auto | getGenerator () const -> GeneratorBasePtr const &override |
| |
| void | setGenerator (GeneratorBasePtr &&generator) override |
| |
|
|
static GeneratorTracker & | acquire (TrackerContext &ctx, TestCaseTracking::NameAndLocation const &nameAndLocation) |
| |
|
|
GeneratorBasePtr | m_generator |
| |
◆ getGenerator()
| auto Catch::Generators::GeneratorTracker::getGenerator |
( |
| ) |
const -> GeneratorBasePtr const& |
|
inlineoverridevirtual |
◆ hasGenerator()
| auto Catch::Generators::GeneratorTracker::hasGenerator |
( |
| ) |
const -> bool |
|
inlineoverridevirtual |
◆ setGenerator()
| void Catch::Generators::GeneratorTracker::setGenerator |
( |
GeneratorBasePtr && |
generator | ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: