Go to the source code of this file.
|
| string | combineFilter (const string &generalFilter, const string &customFilter) |
| | Helper function to combine test filters for gtest. More...
|
| |
| string combineFilter |
( |
const string & |
generalFilter, |
|
|
const string & |
customFilter |
|
) |
| |
Helper function to combine test filters for gtest.
- Parameters
-
| generalFilter | The general filter for the current test setup |
| customFilter | A 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!