Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::ITestCaseRegistry Struct Referenceabstract

#include <catch.hpp>

+ Collaboration diagram for Catch::ITestCaseRegistry:

Public Member Functions

virtual ~ITestCaseRegistry ()
 
virtual std::vector< TestCase > const & getAllTests () const =0
 
virtual std::vector< TestCase > const & getAllTestsSorted (IConfig const &config) const =0
 

Detailed Description

Definition at line 580 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~ITestCaseRegistry()

virtual Catch::ITestCaseRegistry::~ITestCaseRegistry ( )
virtual

Member Function Documentation

◆ getAllTests()

virtual std::vector< TestCase > const & Catch::ITestCaseRegistry::getAllTests ( ) const
pure virtual

◆ getAllTestsSorted()

virtual std::vector< TestCase > const & Catch::ITestCaseRegistry::getAllTestsSorted ( IConfig const & config) const
pure virtual

The documentation for this struct was generated from the following file: