-
-
Good morning, i am wrapping my head around this.
i'm on PlatformIO in VScode, using Unity as test suite.
i am using Windows 10, installed minGW, test compiles and runs whitout including ArduinoFa…
-
Using this issue to track and plan the next features. Any additional, comment in this issue and this top post will be edited to include them, link to sub-issues, and list relevant PRs for each item.
…
-
The "Sample usage of class mocking" example on the wiki fails, with the error "Function called without expectation!".
Is it possible to mock some methods of a class and leave the rest untouched? If…
-
Hi,
The example from the quistart for sequence verification does imply that the "+" operator would match an exact sequence. If all called functions are from the same mock then it detects if there i…
-
If a class does not define any constructor, no class which `extends` it may define a const constructor, however adding an empty const constructor prevents using that class as a mixin. It is therefore …
-
**Describe the bug**
Installation of FakeIt library in manifest mode doesn't produce *.cmake files required for find_package invocation.
**Environment**
- OS: Linux
- Compiler: GCC 13.2.0
**…
-
Hey! Just a quick question about data member initialisation for mock object: when mocking a class with data member, which get initialisation (using a constructor or in-class initialisation), it seems …
-
I'm trying to stub a pure virtual method from a derived class. The method is call from another method defined in base class (as pure virtual) and implemented in derived class. Like this:
```
class…
-
**Describe the bug**
We use Helm and Terraform to deploy services into AKS, it seems when we 'terraform destroy' a deployed service the sslcert data that was applied to the App Gateway is not deleted…