NorMIT-nav  18.04
An IGT application
Catch::TestCaseFilter Class Reference

#include <catch.hpp>

Public Member Functions

 TestCaseFilter (std::string const &testSpec, IfFilterMatches::DoWhat matchBehaviour=IfFilterMatches::AutoDetectBehaviour)
 
IfFilterMatches::DoWhat getFilterType () const
 
bool shouldInclude (TestCase const &testCase) const
 

Detailed Description

Definition at line 1823 of file catch.hpp.

Constructor & Destructor Documentation

Catch::TestCaseFilter::TestCaseFilter ( std::string const &  testSpec,
IfFilterMatches::DoWhat  matchBehaviour = IfFilterMatches::AutoDetectBehaviour 
)
inline

Definition at line 1832 of file catch.hpp.

Member Function Documentation

IfFilterMatches::DoWhat Catch::TestCaseFilter::getFilterType ( ) const
inline

Definition at line 1861 of file catch.hpp.

bool Catch::TestCaseFilter::shouldInclude ( TestCase const &  testCase) const
inline

Definition at line 1865 of file catch.hpp.


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