FSeam icon indicating copy to clipboard operation
FSeam copied to clipboard

Cpp header only library to manage compile time mock class generated via Python script

Results 15 FSeam issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The current list of FSeam mocking limitations (what is not working) is incomplete. My exploration of FSeam lead to the following list of limitations (that are not...

**Describe the bug** addFSeamTests() macro-call and the generate cmake-snippet to build the generated MockClass sources seem to get out-of-sync sometimes. For example, if you remove an item from the `TO_MOCK`...

**Is your feature request related to a problem? Please describe.** I develop using some more obscure operating systems (such as QNX) that mostly support C++14 and not newer. This means...

enhancement

**Is your feature request related to a problem? Please describe.** Using fseam with bazel without relying on external tool **Describe the solution you'd like** a set of bazel rules that...

enhancement

I'm not sure this can be considered as a feature request, hence the non-use of the template. So, I've tried following the install instructions but obviously, it doesn't work on...

enhancement
help wanted