#include <catch_amalgamated.hpp>
 | 
| void  | serializeTo (std::ostream &out) const | 
|   | Serializes this test spec into a string that would be parsed into equivalent test spec.  
  | 
|   | 
◆ Matches
◆ vectorStrings
◆ extractFilterName()
  
  
      
        
          | std::string Catch::TestSpec::extractFilterName  | 
          ( | 
          Filter const & |           filter | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ getInvalidSpecs()
◆ hasFilters()
      
        
          | bool Catch::TestSpec::hasFilters  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ matches()
      
        
          | bool Catch::TestSpec::matches  | 
          ( | 
          TestCaseInfo const & |           testCase | ) | 
           const | 
        
      
 
 
◆ matchesByFilter()
◆ serializeTo()
  
  
      
        
          | void Catch::TestSpec::serializeTo  | 
          ( | 
          std::ostream & |           out | ) | 
           const | 
         
       
   | 
  
private   | 
  
 
Serializes this test spec into a string that would be parsed into equivalent test spec. 
 
 
◆ operator<<
  
  
      
        
          | std::ostream & operator<<  | 
          ( | 
          std::ostream & |           out,  | 
         
        
           | 
           | 
          TestSpec const & |           spec ) | 
         
       
   | 
  
friend   | 
  
 
 
◆ TestSpecParser
  
  
      
        
          | friend class TestSpecParser | 
         
       
   | 
  
friend   | 
  
 
 
◆ m_filters
  
  
      
        
          | std::vector<Filter> Catch::TestSpec::m_filters | 
         
       
   | 
  
private   | 
  
 
 
◆ m_invalidSpecs
  
  
      
        
          | std::vector<std::string> Catch::TestSpec::m_invalidSpecs | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: