rambrain
testFilterHandling.h File Reference

Go to the source code of this file.

Functions

string combineFilter (const string &generalFilter, const string &customFilter)
 Helper function to combine test filters for gtest. More...
 

Function Documentation

string combineFilter ( const string &  generalFilter,
const string &  customFilter 
)

Helper function to combine test filters for gtest.

Parameters
generalFilterThe general filter for the current test setup
customFilterA user set custom filter to be applied together with the general one
Returns
The total filter
Note
Despite the file name this is not a test itself!