CustusX  18.04
An IGT application
Catch::ITestCaseRegistry Struct Referenceabstract

#include <catch.hpp>

Public Member Functions

virtual ~ITestCaseRegistry ()
 
virtual std::vector< TestCase > const & getAllTests () const =0
 
virtual std::vector< TestCasegetMatchingTestCases (std::string const &rawTestSpec) const =0
 

Detailed Description

Definition at line 434 of file catch.hpp.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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