Home
last modified time | relevance | path

Searched refs:RunContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2482 class RunContext;
2487 friend class RunContext;
7976 class RunContext : public IResultCapture, public IRunner { class
7979 RunContext( RunContext const& ) = delete;
7980 RunContext& operator =( RunContext const& ) = delete;
7982 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
7984 ~RunContext() override;
12481 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext() function in Catch::RunContext
12495 RunContext::~RunContext() { in ~RunContext()
12499 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting()
[all …]